4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
![]() |
module HelloWorld;
|
||
|
begin
|
||
|
writeln("Hello World");
|
||
|
end HelloWorld.
|