Add Oxygene (#1229)

* Create Oxygene.pas

* Update readme.md

* Update o/Oxygene.pas

Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>

Co-authored-by: MrBrain295 <66077254+MrBrain295@users.noreply.github.com>
This commit is contained in:
calgary34
2022-01-19 16:10:22 -07:00
committed by GitHub
parent 524f2e7fb7
commit 6def49d667
2 changed files with 11 additions and 1 deletions

9
o/Oxygene.pas Normal file
View File

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