moved hello.sl to tests
This commit is contained in:
6
tests/hello.sl
Normal file
6
tests/hello.sl
Normal file
@@ -0,0 +1,6 @@
|
||||
import stdlib/stdlib.sl
|
||||
import stdlib/io.sl
|
||||
|
||||
word main
|
||||
"hello world" puts
|
||||
end
|
||||
Reference in New Issue
Block a user