go-playground/deez/calc.h

4 lines
46 B
C
Raw Normal View History

2024-06-03 16:36:26 +07:00
int addition(int i, int j) {
return i + j;
}