@ -1,5 +1,5 @@
#include "fakultaet.h"
int divisionInt(int a, int b) {
int fakultaetInt(int a, int b) {
return 0;
}