@ -1,7 +1,7 @@
#include "calculateFactorial.h"
//Factorial
int calculateFactorial_integer(int n) {
if (n < 0) {