#ifndef MINIRECHNER_H
#define MINIRECHNER_H
float addieren(float a, float b);
#endif // MINIRECHNER_H