2018-08-22 01:37:32 -03:00

6 lines
75 B
ObjectPascal
Executable File

program HelloWorld;
{$APPTYPE CONSOLE}
begin
WriteLn('Hello World');
end.