go-playground/deez/calc.h

4 lines
46 B
C

int addition(int i, int j) {
return i + j;
}