Files
l2/a.sl
IgorCielniak 6574222280 commit
2025-12-14 00:38:19 +01:00

6 lines
67 B
Plaintext

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