#ifndef TASCHENRECHNER_H #define TASCHENRECHNER_H int add(int a, int b); #endif // TASCHENRECHNER_H