6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
program hello(output);
|
||
|
begin
|
||
|
writeln('Hello world!!!');
|
||
|
end.
|
||
|
|