Implemented package imports

This commit is contained in:
Eduard Urbach 2024-07-18 18:08:30 +02:00
parent 3e5adff5e5
commit fcc4f8d2d9
Signed by: eduard
GPG key ID: 49226B848C78F6C8
21 changed files with 510 additions and 353 deletions

View file

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