Skip to content

Instantly share code, notes, and snippets.

@Palleas
Created May 6, 2022 15:51
Show Gist options
  • Save Palleas/eab363ba5d35d84d1b0e73ab1e3f06ee to your computer and use it in GitHub Desktop.
Save Palleas/eab363ba5d35d84d1b0e73ab1e3f06ee to your computer and use it in GitHub Desktop.
data class Person(val firstName: String, var age: Int) {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment