4 lines
36 B
Ada
4 lines
36 B
Ada
|
|
loop
|
||
|
|
Put_Line("SPAM");
|
||
|
|
end loop;
|