mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2026-05-16 13:43:10 -04:00
5 lines
90 B
D
5 lines
90 B
D
// Type your code here, or load an example.
|
|
int square(int num) {
|
|
return num * num;
|
|
}
|