delphi hello world code example Example: hello world in delphi program HelloWorld; {$APPTYPE CONSOLE} begin WriteLn('Hello World'); end.