This commit is contained in:
nub31
2025-06-13 00:09:15 +02:00
parent 05eb420988
commit b9d709845d
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)