Implemented package imports

This commit is contained in:
2024-07-18 18:08:30 +02:00
parent fa373e7dc2
commit b34470a97d
21 changed files with 510 additions and 353 deletions

View File

@ -1,9 +1,7 @@
main() {
exit(f(1) + f(2) + f(3))
}
import sys
exit(code) {
syscall(60, code)
main() {
sys.exit(f(1) + f(2) + f(3))
}
f(x) {