mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 11:22:09 -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;
|
|
} |