module "main" extern "puts" func puts(text: cstring) extern "main" func main(args: []cstring): i64 { puts("Hello World") return 0 }