Implemented package imports
This commit is contained in:
parent
3e5adff5e5
commit
fcc4f8d2d9
21 changed files with 510 additions and 353 deletions
|
@ -1,5 +1,7 @@
|
|||
import sys
|
||||
|
||||
main() {
|
||||
syscall(60, factorial(5))
|
||||
sys.exit(factorial(5))
|
||||
}
|
||||
|
||||
factorial(x) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue