📅  最后修改于: 2022-03-11 14:56:51.136000             🧑  作者: Mango
begin //must have
writeln("Hello World!"); //display "Hello World!" on the console(screen).
readln; // to stop the console for us to watch
end. // must have