diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index 91fcf56..d172f55 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -192,4 +192,12 @@ int dividiere(int zahl1, int zahl2) { printf("Fehler: Division durch Null vermieden.\n"); return 0; } -} +} + + + +//31 +void zeigeAuswahl(const char* text) { + printf("%s\n", text); +} +