sourcehut
Log in
—
Register
~garritfra
/
antimony
summary
tree
log
refs
ref:
5e8aad974f24e782bf8ee9319a238ee1aa0892a0
antimony
/
lib
/os.sb
-rw-r--r--
70 bytes
View
Log
Blame
View raw
5e8aad97
—
Garrit Franke
fix(ci): deploy action
1 year, 1 month ago
1
2
3
4
// Exit the program immediately fn exit(code: int) { _exit(code) }