diff --git a/src/main/c/Mathe.c b/src/main/c/Mathe.c index bd4326f..5355502 100644 --- a/src/main/c/Mathe.c +++ b/src/main/c/Mathe.c @@ -112,6 +112,13 @@ int dividiere(int zahl1, int zahl2) { } +//31 +void zeigeAuswahl(const char* text) { + printf("%s\n", text); +} + + +