Files
T
2015-09-08 13:02:57 +03:00

5 lines
86 B
Kotlin

package test
fun main(args: Array<String>) {
println(a() + b() + other.other())
}