mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 17:13:59 -04:00
4 lines
89 B
C++
4 lines
89 B
C++
// Type your code here, or load an example.
|
|
int square(int num) {
|
|
return num * num;
|
|
} |