Files
nub-lang/examples/core/print.nub
nub31 e512650440 ...
2026-02-27 21:29:28 +01:00

6 lines
77 B
Plaintext

module print
extern func puts(^u8 text)
export func print(text: string) {
}