Created
November 21, 2019 04:04
-
-
Save josep2/734b1c591c6331969a25d8a75e4477f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class Player(firstName: String, lastName: String, ppg: Double, apg: Double, rpg: Double) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment