Browse Source

Updated file name from main_taschenrechner.c to main_calculator.c

remotes/origin/feature
fdai7782 11 months ago
parent
commit
d54eb443a8
  1. 2
      src/main/c/main_calculator.c

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

@ -3,7 +3,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <math.h> #include <math.h>
#include "taschenrechner.h"
#include "calculator.h"
double add(double a, double b) { double add(double a, double b) {
Loading…
Cancel
Save