module main extern "puts" func puts(text: ^i8) extern "main" func main(argc: i64, argv: [?]^i8): i64 { puts("Hello, World!") return 0 }