Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:00
Show Gist options
  • Select an option

  • Save akexorcist/69362dd1702054f1939a9e8825f9fcd6 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/69362dd1702054f1939a9e8825f9fcd6 to your computer and use it in GitHub Desktop.
val user1 = User("Akexorcist")
user1.age = 17
user1.job = "Android Developer"
user1.company = "Nextzy Technologies"
val user2 = User("Android Studio")
user2.age = 5
user2.job = "integrated Development Environment"
user2.company = "Google & JetBrains
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment