From 6516df060a5f59c39ca37a8e628e73fc8b4d4135 Mon Sep 17 00:00:00 2001 From: fdai7731 Date: Thu, 8 Feb 2024 02:38:18 +0100 Subject: [PATCH] function zeigeAuswahl --- src/main/c/Mathe.c | 7 +++++++ 1 file changed, 7 insertions(+) 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); +} + + +