RosettaCodeData/Task/Loops-Infinite/Aime/loops-infinite.aime
2023-07-01 13:44:08 -04:00

3 lines
36 B
Text

while (1) {
o_text("SPAM\n");
}