Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattrob33
Created February 24, 2022 17:09
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 mattrob33/7570056383f481ccc0cee7b15b964f7e to your computer and use it in GitHub Desktop.
Save mattrob33/7570056383f481ccc0cee7b15b964f7e to your computer and use it in GitHub Desktop.
data class Order(
val name: String,
val coffee: Coffee
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment