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:
9
o/Oxygene.pas
Normal file
9
o/Oxygene.pas
Normal file
@@ -0,0 +1,9 @@
|
||||
implementation
|
||||
|
||||
class method ConsoleApp.Main;
|
||||
begin
|
||||
// add your own code here
|
||||
Console.WriteLine('Hello World');
|
||||
end;
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user