From 77c0ef9e041e5b1545905edb3a2f0ad582c4fffe Mon Sep 17 00:00:00 2001 From: Bora Date: Thu, 12 Jun 2025 08:17:07 +0200 Subject: [PATCH] halo --- josephus.c | 2 +- numausg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/josephus.c b/josephus.c index 4da3a9c..1fe0e96 100644 --- a/josephus.c +++ b/josephus.c @@ -41,7 +41,7 @@ int main(void) // Diese Person wird nicht mehr eingefügt } printf("\n"); // Zeilenumbruch nach Ausgabe aller ausgeschiedenen Personen - return 0; // Programm erfolgreich beenden + return 0; } //gcc -c queue.c -o queue.o diff --git a/numausg.c b/numausg.c index cf18daa..4f959ac 100644 --- a/numausg.c +++ b/numausg.c @@ -30,5 +30,5 @@ int main(int argc, char *argv[]) { // Datei schließen fclose(datei); - return 0; // Erfolgreiches Programmende + return 0; } \ No newline at end of file