pointers kinda works

This commit is contained in:
nub31
2025-05-17 18:22:23 +02:00
parent 75308e54dc
commit 31dc31b8f5
7 changed files with 240 additions and 16 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
```nub
import c
global func main(argc: i64, argv: i64) {
printf("args: %d, starts at %p\n", argc, argv)
}
```