diff --git a/src/Umgebung.c b/src/Umgebung.c index fcba9ee..8bfa5bd 100644 --- a/src/Umgebung.c +++ b/src/Umgebung.c @@ -55,7 +55,10 @@ int main(){ printf(" Game Over\n"); printf("Score: %d\n", score); }*/ - + if (score == 0) { + printf("\nYOU LOSE"); + + } re 0; }