skid-proof

This commit is contained in:
kxtz smith 2024-12-29 18:19:19 +00:00
parent 9dfd2ea57f
commit 7a3a986ea6

View File

@ -71,6 +71,10 @@ int main(int argc, char **argv) {
exit(1);
} else if (!strcmp(choice, "7")) {
troll();
} else {
printf("You have entered an invalid option... how?? Next time, only input the number.\n");
printf("Example: > 1\n");
enterToContinue();
}
}