Implemented register calls

This commit is contained in:
Eduard Urbach 2025-03-02 17:53:18 +01:00
parent d7f30d8319
commit c3054369e3
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
16 changed files with 133 additions and 43 deletions

View file

@ -0,0 +1,6 @@
import core
main() {
exit := core.exit
exit()
}