1 2 3 4 5 6
extern fn printf(fmt *const u8, ...) int; extern fn main(argc int, argc *const *const u8) int { printf("hello world\n"); }