RosettaCodeData/Task/Hello-world-Text/PascalABC.NET/hello-world-text.pas
2023-07-01 13:44:08 -04:00

4 lines
112 B
ObjectPascal

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