2012-09-17 18:18:44 +00:00

6 lines
66 B
ObjectPascal

program hello(output);
begin
writeln('Hello world!!!');
end.