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