blob: 0a9229ec31644029b9fa80b856b7e0f1def281c0 [file] [log] [blame] [raw]
// Type your code here, or load an example.
export fn square(num: i32) i32 {
return num * num;
}