moved hello.sl to tests

This commit is contained in:
IgorCielniak
2026-01-08 19:12:55 +01:00
parent f7b08afdcb
commit 2f60555d22
3 changed files with 2 additions and 0 deletions

6
tests/hello.sl Normal file
View File

@@ -0,0 +1,6 @@
import stdlib/stdlib.sl
import stdlib/io.sl
word main
"hello world" puts
end