4 lines
35 B
Swift
4 lines
35 B
Swift
|
|
while true {
|
||
|
|
println("SPAM")
|
||
|
|
}
|