blob: fc95159f29f1887f4b9207284ad1d2e32526fe96 [file] [log] [blame] [raw]
// Type your code here, or load an example.
pub fn square(num: i32) -> i32 {
num * num
}