removed debugging code

Signed-off-by: Michael <michael.lindman@gmail.com>
This commit is contained in:
Michael 2022-02-17 03:45:34 +00:00
parent 1202fe2d3d
commit 919e5bb1f5

View File

@ -31,7 +31,6 @@ int main() {
char newgame[5]; char newgame[5];
fgets(newgame, 5,stdin); fgets(newgame, 5,stdin);
if (strcmp("yes", newgame)) { if (strcmp("yes", newgame)) {
printf("!");
break; break;
} }
return 1; return 1;