@ -3,7 +3,7 @@
#include <stdlib.h>
#include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
double add(double a, double b) {
@ -1373,4 +1373,4 @@ int displayMenu(){
printf("\n0: Exit calculator\n");
return 1; // return 1 to check if the function works
}