mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
4 lines
39 B
Plaintext
4 lines
39 B
Plaintext
fn square(num) {
|
|
return num * num;
|
|
}
|