mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-04 01:25:04 +03:00
4 lines
41 B
C
4 lines
41 B
C
|
int csquare(int a) {
|
||
|
return a * a;
|
||
|
}
|