*** empty log message ***

This commit is contained in:
florian 1998-03-26 10:41:55 +00:00
parent ba18c26dda
commit a33dfa3611

View File

@ -2,7 +2,9 @@ var
c : comp; c : comp;
begin begin
c:=1234;
writeln(c); writeln(c);
readln(c); readln(c);
writeln(c);
end. end.