// import std; fn add() i32 { return 1 + 1; } // type is void by default //fn main() { // print("piss\n"); // // print("2 + 2 = %d\n", add(1, 2)); //}