6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
module print
|
|
|
|
extern func puts(^u8 text)
|
|
|
|
export func print(text: string) {
|
|
} |