diff --git a/scripts/Helloworld.matlab b/scripts/Helloworld.matlab new file mode 100644 index 0000000000..2cc12c2c07 --- /dev/null +++ b/scripts/Helloworld.matlab @@ -0,0 +1,7 @@ +/** +* LANGUAGE: Matlab +* AUTHOR: Rupesh Kumar +* GITHUB: https://github.com/vmcniket* +*/ + +disp (‘Hello, world!’) \ No newline at end of file