replace while(1){} with getchar()

This commit is contained in:
Bluzume 2020-11-27 17:09:36 +13:00 committed by GitHub
parent b72083dfe2
commit 1c637b4316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,6 +254,6 @@ int main(int argc, char* argv[])
printf("Ronald McDonald Says your password is %s", final_key);
printf("\n\nThou hast been reversed!");
while (1) {};
printf("\n\nThou hast been reversed!\n");
getchar();
}