mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 12:54:00 -05:00
5 lines
93 B
C
5 lines
93 B
C
/* Type your code here, or load an example. */
|
|
int square(int num) {
|
|
return num * num;
|
|
}
|