Skip to content

Commit

Permalink
eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
locvx1234 committed Dec 8, 2018
1 parent 8b86eb8 commit f231265
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e.pas
@@ -0,0 +1,11 @@
program e;

var
e:integer;
begin
e := 1;
while true do
begin
writeln('e');
end;
end.

0 comments on commit f231265

Please sign in to comment.