This commit is contained in:
nub31
2025-06-14 17:12:19 +02:00
parent ec3bfaf5f2
commit b16d4d6435
6 changed files with 126 additions and 118 deletions

4
example/c.nub Normal file
View File

@@ -0,0 +1,4 @@
namespace c
// extern func printf(fmt: ^u8, ...args: any): void
extern func puts(fmt: []u8)