diff --git a/README.md b/README.md index 46fc1045..095ca9eb 100755 --- 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 (676 total) +## Languages (677 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -444,6 +444,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [Objective J](o/objective-j.j) * [Objectstar](o/ObjectStar) * [Ocaml](o/ocaml.ml) +* [Octave](o/Octave.m) * [Omgrofl](o/omgrofl.omgrofl) * [Ooc](o/ooc.ooc) * [Ook](o/ook.ok) diff --git a/o/Octave.m b/o/Octave.m new file mode 100644 index 00000000..57e51175 --- /dev/null +++ b/o/Octave.m @@ -0,0 +1 @@ +printf("Hello World");