namespace main export func main(args: []cstring): i64 { let x: cstring x = args[0] c::puts(x) return 0 }