Update quine challenge

Co-authored-by: Ezequiel Bellver <ebellver@itba.edu.ar>
Co-authored-by: Juan Barmasch <jbarmasch@itba.edu.ar>
This commit is contained in:
Santiago Lo Coco 2021-11-15 15:44:56 -03:00
parent aa30692080
commit 01c8fa49b7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ void quineChallenge() {
if (outputDIFF == 0)
printf("La respuesta es chin_chu_lan_cha\n");
else
printf("\ndiff encontró diferencias.\n");
printf("\ndiff encontró diferencias.\n\nENTER para reintentar.\n");
if (system("rm quine") < 0)
printSystemError("Challenges: system()");