blob: d49200b883405bae7cc604e28e4d1e90c8b05b48 [file] [log] [blame] [raw]
fn square(num) {
return num * num;
}