Update Oxygene.pas

This commit is contained in:
Richie Bendall
2022-01-20 17:48:24 +13:00
committed by GitHub
parent f8ab4773aa
commit a1e7c81835

View File

@@ -2,7 +2,6 @@ implementation
class method ConsoleApp.Main;
begin
// add your own code here
Console.WriteLine('Hello World');
end;