remove debug

pull/8/head
MuedeHydra 2024-12-17 11:16:04 +01:00
parent e116fb4e42
commit 4d10d38676
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,7 @@ int Flugi() {
// close file
fclose(file);
/*
// Output
printf("\nDie Datei wurde in %d Zeilen eingelesen:\n", line_count);
for (int i = 0; i < line_count; i++) {
@ -161,6 +162,7 @@ int Flugi() {
}
*/
//char question[2][50]; //= {"Schaffen wir das? (1 = Ja, 0 = Nein)", "Wie geht das? (1 = Einfach, 0 = Schwer)"};
//int answer[2] = {1, 0};