<@U092N7GGG> commented on <@U29NJHBRP>’s file <htt...
# kontributors
u
@yole commented on @leonardootto’s file https://kotlinlang.slack.com/files/U29NJHBRP/F7D12FD3J/is_this_can_be_a_contribution_.kt: also, why do you use
run
at all in your example? why not
val name = "Rick Sanchez"; val age = 70; println("$name has $age years")
?