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