Implemented package imports

This commit is contained in:
Eduard Urbach 2024-07-18 18:08:30 +02:00
parent fa373e7dc2
commit b34470a97d
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
21 changed files with 510 additions and 353 deletions

View file

@ -1,5 +1,7 @@
import sys
main() {
syscall(60, factorial(5))
sys.exit(factorial(5))
}
factorial(x) {