Update and rename e.pas to e.delphi

This commit is contained in:
Michael Rittmeister 2018-12-08 22:05:05 +01:00 committed by GitHub
parent 96faf592d3
commit 221001401b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
e.delphi Normal file
View File

@ -0,0 +1,8 @@
program e;
begin
while
while true do
begin
writeln('e');
end;
end.