rayoko/examples/hello.ry

12 lines
163 B
Plaintext

// 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));
//}