mirror of
https://github.com/circify/circ.git
synced 2026-01-13 23:57:58 -05:00
Co-authored-by: Alex Ozdemir <aozdemir@hmc.edu> Co-authored-by: Ubuntu <ubuntu@neptune2.maas>
3 lines
42 B
C
3 lines
42 B
C
int add(int a, int b) {
|
|
return a + b;
|
|
} |