From eeacb5a3debd049f04fbcec24d3bfcc9c62ba353 Mon Sep 17 00:00:00 2001 From: Christian Reum Date: Mon, 5 Feb 2024 17:55:08 +0100 Subject: [PATCH] refactoring 1: Entfernen ungenutzter Variable --- src/wwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wwm.c b/src/wwm.c index 2ed9873..31c819a 100644 --- a/src/wwm.c +++ b/src/wwm.c @@ -5,7 +5,6 @@ int runde = 0; int geld = 0; -int aktuellGeld = 0; void wwm(){ printf("Welcome to ´Who wants to be a millionaire?´ \n");