delphi 控制台 Hello World
program Project1; {$APPTYPE CONSOLE} uses SysUtils; begin { TODO -oUser -cConsole Main : Insert code here } Writeln('Hello World !'); Readln; end.
program Project1; {$APPTYPE CONSOLE} uses SysUtils; begin { TODO -oUser -cConsole Main : Insert code here } Writeln('Hello World !'); Readln; end.