Add some code for testing of basic of language

This commit is contained in:
YuCheng Hu 2024-01-05 21:15:21 -05:00
parent 352a83ae44
commit 05a6ad0ebe
8 changed files with 1 additions and 1 deletions

View File

@ -1 +0,0 @@
write "Hello world",!

0
01-the-very-basics/Arrays.m → basics/Arrays.m Executable file → Normal file
View File

1
basics/HelloWorld.m Normal file
View File

@ -0,0 +1 @@
w !,"Hello World"

View File