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