diff --git a/o/Oxygene.pas b/o/Oxygene.pas new file mode 100644 index 00000000..a9cda664 --- /dev/null +++ b/o/Oxygene.pas @@ -0,0 +1,9 @@ +implementation + +class method ConsoleApp.Main; +begin + // add your own code here + Console.WriteLine('Hello World'); +end; + +end. diff --git a/readme.md b/readme.md index 1b5222b6..5f9581f2 100644 --- a/readme.md +++ b/readme.md @@ -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! -## Languages (859 total) +## Languages (860 total) * [!@#$%^&*()_+](%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) @@ -601,6 +601,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Org-mode](o/Org-mode.org) * [Orion](o/Orion.orn) * [OX](o/OX.oz) +* [Oxygene](o/Oxygene.pas) * [o:XML](o/o%CB%B8XML) * [Parenthetic](p/Parenthetic.p) * [Parser](p/Parser.p)