Files
l2/tests/string_puts.sl

10 lines
125 B
Plaintext
Raw Normal View History

2026-01-08 13:15:27 +01:00
import ../stdlib/stdlib.sl
import ../stdlib/io.sl
: main
"hello world" puts
"line1\nline2" puts
"" puts
0
;