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