5 lines
81 B
Text
5 lines
81 B
Text
program ProjectGoodbye;
|
|
{$APPTYPE CONSOLE}
|
|
begin
|
|
WriteLn('Hello world!');
|
|
end.
|