Created
September 8, 2022 08:42
-
-
Save s1monw1/1bd2290780eb9adda8a9d2db45e3510a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val adam = Person("Adam").apply { | |
| age = 32 | |
| city = "London" | |
| } | |
| println(adam) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment