5 lines
68 B
Kotlin
5 lines
68 B
Kotlin
import cstdio.*
|
|
|
|
fun main(args: Array<String>) {
|
|
puts("Hello")
|
|
} |