fn main() -> i32 { let argc: i32 = 8; puts("Hello, world!"); puts("Another test!"); printf("Args: %i\n", argc); return 0; }