Update HelloWorld.m

Added two !
This commit is contained in:
Dragan Olćan 2024-05-22 08:17:45 +02:00
parent 0659181ffa
commit 8b2c5df82e

View file

@ -1,2 +1,2 @@
close all; clc; clear;
disp("Hello World!");
close all; clc; clear;
disp("Hello World!!!");