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