1
0

9 lines
87 B
Plaintext
Raw Normal View History

2019-06-15 15:31:01 -06:00
program e;
begin
while
while true do
begin
writeln('e');
end;
end.