Skip to content

Instantly share code, notes, and snippets.

@soudmaijer
Created April 8, 2021 14:14
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 soudmaijer/6d7154383518d752688c738d5c2456d0 to your computer and use it in GitHub Desktop.
Save soudmaijer/6d7154383518d752688c738d5c2456d0 to your computer and use it in GitHub Desktop.
fun main() {
val students = listOf(
Student("John", 19, "UK"),
Student("Clair", 16, "US"),
Student("Linda", 21, "NL"),
Student("Jan", 14, "NL")
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment