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