Answers for "hello world in delphi"

0

hello world in delphi

program HelloWorld;

{$APPTYPE CONSOLE}

begin
  WriteLn('Hello World');
end.
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language