4 lines
33 B
Groovy
4 lines
33 B
Groovy
|
|
while (true) {
|
||
|
|
println 'SPAM'
|
||
|
|
}
|