Upload files to "/"

File for printing Hello World in Matlab.
This commit is contained in:
Dragan Olćan 2024-05-21 19:58:48 +02:00
parent aca04fd69e
commit 0659181ffa

2
HelloWorld.m Normal file
View file

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