Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created June 13, 2023 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdcolvin/88ed3b1c6f6b96fe6d0c6d0d5f94a17b to your computer and use it in GitHub Desktop.
Save tdcolvin/88ed3b1c6f6b96fe6d0c6d0d5f94a17b to your computer and use it in GitHub Desktop.
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