Browse Source

Updated file name from main_taschenrechner.c to main_calculator.c

remotes/origin/kabrel
fdai7782 11 months ago
parent
commit
1ecc599c21
  1. 4
      src/main/c/main_calculator.c

4
src/main/c/main_taschenrechner.c → src/main/c/main_calculator.c

@ -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
}
}
Loading…
Cancel
Save