6 lines
66 B
ObjectPascal

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