mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05: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;
|
|
} |