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