Browse Source

Update src/subtraction/subtraction.h

remotes/origin/userinput
fdai7968 11 months ago
parent
commit
0c728d8355
  1. 7
      src/subtraction/subtraction.h

7
src/subtraction/subtraction.h

@ -1 +1,8 @@
#ifndef subtraction_H
#define subtraction_H
int subtract(int a, int b);
#endif
Loading…
Cancel
Save