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