Implemented package imports
This commit is contained in:
parent
3e5adff5e5
commit
fcc4f8d2d9
21 changed files with 510 additions and 353 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue