raulraja
fun main() { val subject = Person(0, "Jane") val y = subject.name println(result) // should print Jane and it's typed to String }