This commit is contained in:
nub31
2025-06-13 00:09:15 +02:00
parent cae8c81380
commit 93a95c2a0c
5 changed files with 5 additions and 362 deletions

4
input/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)