mirror of
https://github.com/LiEnby/eCDP-Serial-Code.git
synced 2025-07-01 08:04:09 +01:00
replace while(1){} with getchar()
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user