6 lines
53 B
Text
6 lines
53 B
Text
|
|
program hello;
|
||
|
|
|
||
|
|
begin
|
||
|
|
writeln("Hello, World!")
|
||
|
|
end
|