fn main(argc: i32, argv: *mut u8) -> i32 { puts("Hello, world!\n"); return 0; }