/* HELLO! Welcome to the unnamed language */ let main = (argc: i64) => i64 { print(argc); return 2; };