RosettaCodeData/Task/Loops-Infinite/Jactl/loops-infinite-1.jactl
2026-04-30 12:34:36 -04:00

3 lines
34 B
Text

while (true) {
println 'SPAM'
}