blob: fe137f1b674181e11b33f09f6fbb52f8395b530f [file] [log] [blame]
program hello(output);
begin
writeln('Hello world!!!');
end.