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