From 1ab4aac4ca94dad6fe0903ba50f77b8635f9126b Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 14 May 2025 18:32:32 +0200 Subject: [PATCH] 28.6.2 --- doppsort.c | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/doppsort.c b/doppsort.c index 586ea4e..0bf6204 100644 --- a/doppsort.c +++ b/doppsort.c @@ -1,30 +1,3 @@ -/*#include -#include - -struct Node{ - char *name; - unsigned nummer; - struct Node* next; -}; - - -int main(){ - char auswahl; - char test[100]; - - scanf("%[^\n]", &test[0]); - - - printf("Namens- und Telefonliste\n"); - printf("========================\n"); - printf("N\tEinfuegen neuer Namen mit Telefonnummer\n"); - printf("A\tAusgeben der Liste\n"); - printf("E\tEnde\n"); - printf("Deine Wahl:"); - auswahl = getchar(); - }*/ - - #include #include #include