From 832fa3be84b9858b96fa5a1df386c73e424b3c7b Mon Sep 17 00:00:00 2001 From: Mike Donaghy Date: Mon, 28 Jul 2008 00:04:26 -0400 Subject: [PATCH] Added octave --- o/octave.octave | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 o/octave.octave diff --git a/o/octave.octave b/o/octave.octave new file mode 100644 index 00000000..5a178345 --- /dev/null +++ b/o/octave.octave @@ -0,0 +1,2 @@ +#Hello World in Octave (http://www.octave.org/) +printf("Hello World\n");