This commit is contained in:
nub31
2025-10-02 14:26:42 +02:00
parent f937482c3d
commit 11b829775e
8 changed files with 175 additions and 1 deletions

6
examples/array/main.nub Normal file
View File

@@ -0,0 +1,6 @@
module "main"
extern "main" func main(args: []cstring): i64
{
return 0
}