Added octave

This commit is contained in:
Mike Donaghy
2008-07-28 00:04:26 -04:00
parent 888b03f2b1
commit 832fa3be84

2
o/octave.octave Normal file
View File

@@ -0,0 +1,2 @@
#Hello World in Octave (http://www.octave.org/)
printf("Hello World\n");