Update HelloWorld.m
Added two !
This commit is contained in:
parent
0659181ffa
commit
8b2c5df82e
|
|
@ -1,2 +1,2 @@
|
||||||
close all; clc; clear;
|
close all; clc; clear;
|
||||||
disp("Hello World!");
|
disp("Hello World!!!");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue