Files
l2/hello.sl
IgorCielniak 50451840b7 write_file
2025-12-18 11:32:35 +01:00

5 lines
56 B
Plaintext

import stdlib/stdlib.sl
: main
"hello world" puts
;