Files
l2/a.sl
IgorCielniak 452bb0318b added io
2025-12-18 20:18:39 +01:00

7 lines
94 B
Plaintext

import stdlib/stdlib.sl
import stdlib/io.sl
: main
"hello world" puts
;
compile-time main