mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 07:51:41 -04:00
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
fn square(num) {
|
|
return num * num;
|
|
}
|