mirror of
https://github.com/circify/circ.git
synced 2026-01-12 23:28:14 -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;
|
|
} |