RosettaCodeData/Task/Loops-Infinite/Pascal/loops-infinite-1.pas
2023-07-01 13:44:08 -04:00

2 lines
33 B
ObjectPascal

while true do
writeln('SPAM');