Fixed one faulty test

This commit is contained in:
Anton Dolozin 2025-11-09 16:57:53 +01:00
parent 9a65b70ebc
commit 2326ca2588

View File

@ -123,7 +123,7 @@ int main(void){
} }
else{ else{
printf("%s\n", answer); printf("\nNerozumiem\n");
return 1; return 1;
} }
} }