Added Octave (#794)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Surya Vamsi
2020-10-01 06:26:40 +05:30
committed by GitHub
parent 9abb5f1685
commit 29c536ce47
2 changed files with 3 additions and 1 deletions

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 (676 total) ## Languages (677 total)
* [05Ab1E](%23/05AB1E) * [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815) * [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) * [Objective J](o/objective-j.j)
* [Objectstar](o/ObjectStar) * [Objectstar](o/ObjectStar)
* [Ocaml](o/ocaml.ml) * [Ocaml](o/ocaml.ml)
* [Octave](o/Octave.m)
* [Omgrofl](o/omgrofl.omgrofl) * [Omgrofl](o/omgrofl.omgrofl)
* [Ooc](o/ooc.ooc) * [Ooc](o/ooc.ooc)
* [Ook](o/ook.ok) * [Ook](o/ook.ok)

1
o/Octave.m Normal file
View File

@@ -0,0 +1 @@
printf("Hello World");