data class SoftwareEngginer(
val name: String = "Aditiya Ihzar Eka Prayogo",
val role : String = "Android Developer",
val hobbies : List<String> = listOf("Reading", "Coding", "Watching Movie")
) {
fun sayHi() {
println("Hello, Have a nice day :D")
}
}
fun main() {
val person = SoftwareEngginer()
person.sayHi()
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Aditprayogo/AditPrayogo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published