From 6770bb5d202cfa7656ea6e6cbf11f189cb131ec2 Mon Sep 17 00:00:00 2001 From: Raghav17 Date: Fri, 6 Oct 2017 22:03:19 +0530 Subject: [PATCH] Hello world in Octave --- HelloWorldInOctave.m | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 HelloWorldInOctave.m diff --git a/HelloWorldInOctave.m b/HelloWorldInOctave.m new file mode 100644 index 0000000..58171bc --- /dev/null +++ b/HelloWorldInOctave.m @@ -0,0 +1,3 @@ +printf("Hello, World!\n"); + +disp("Hello, World!"); \ No newline at end of file