编辑代码
Pascal代码
3.0.4
运行
program HelloWorld; uses crt;
begin
writeln(
'Hello World!'
); readkey;
end
.