Browse Source

quit2

remotes/origin/Daniel
Daniel M 11 months ago
parent
commit
8521feeae8
  1. BIN
      build/test/out/c/duellist-spielesammlung-projekt.o
  2. BIN
      build/test/out/test_duellist_spielesammlung_projekt.out
  3. 2
      build/test/results/test_duellist_spielesammlung_projekt.pass
  4. 5
      src/main/duellist-spielesammlung-projekt.c

BIN
build/test/out/c/duellist-spielesammlung-projekt.o

BIN
build/test/out/test_duellist_spielesammlung_projekt.out

2
build/test/results/test_duellist_spielesammlung_projekt.pass

@ -75,4 +75,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.043208299999946576
:time: 0.043742199999996956

5
src/main/duellist-spielesammlung-projekt.c

@ -336,7 +336,10 @@ int minesweeper() {
row--;
column--;
// Quit
if ((row == -1) && (column == -1)) {
break;
}
}
return 1;
}

Loading…
Cancel
Save