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.

View File

@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start--> <!--Languages start-->
## Languages (859 total) ## Languages (860 total)
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
* [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21) * [():;#?!](%23/%28%29%CB%B8%3B%23%EF%BC%9F%21)
@@ -601,6 +601,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Org-mode](o/Org-mode.org) * [Org-mode](o/Org-mode.org)
* [Orion](o/Orion.orn) * [Orion](o/Orion.orn)
* [OX](o/OX.oz) * [OX](o/OX.oz)
* [Oxygene](o/Oxygene.pas)
* [o:XML](o/o%CB%B8XML) * [o:XML](o/o%CB%B8XML)
* [Parenthetic](p/Parenthetic.p) * [Parenthetic](p/Parenthetic.p)
* [Parser](p/Parser.p) * [Parser](p/Parser.p)