diff --git a/src/divsion.c b/src/divsion.c index 6e22f11..61014e0 100644 --- a/src/divsion.c +++ b/src/divsion.c @@ -1 +1,5 @@ -#include "division.h" \ No newline at end of file +#include "division.h" + +int divisionInt(int a, int b) { + return 0; +} \ No newline at end of file