Created
June 13, 2023 22:21
-
-
Save tdcolvin/88ed3b1c6f6b96fe6d0c6d0d5f94a17b to your computer and use it in GitHub Desktop.
This file contains 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
data class Planet( | |
val planetId: String?, | |
val name: String, | |
val distanceLy: Float, | |
val discovered: Date | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment