RosettaCodeData/Task/Hello-world-Text/PascalABC.NET/hello-world-text-1.pas
2024-07-13 15:19:22 -07:00

4 lines
112 B
ObjectPascal

// Hello world/Text. Nigel Galloway: January 25th., 2023
begin
System.Console.WriteLine('Hello World!');
end.