From 29c536ce4794532165696b35398ea6407ad5d2af Mon Sep 17 00:00:00 2001 From: Surya Vamsi Date: Thu, 1 Oct 2020 06:26:40 +0530 Subject: [PATCH] Added Octave (#794) Co-authored-by: Richie Bendall --- README.md | 3 ++- o/Octave.m | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 o/Octave.m 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");