This commit is contained in:
nub31
2026-02-27 21:29:28 +01:00
parent 272ea33616
commit e512650440
4 changed files with 57 additions and 21 deletions

6
examples/core/print.nub Normal file
View File

@@ -0,0 +1,6 @@
module print
extern func puts(^u8 text)
export func print(text: string) {
}