5 lines
85 B
Kotlin
5 lines
85 B
Kotlin
// version 1.0.6
|
|
|
|
fun main(args: Array<String>) {
|
|
while (true) println("SPAM")
|
|
}
|