mirror of
https://github.com/LiEnby/eCDP-Serial-Code.git
synced 2025-04-19 22:28:50 +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("Ronald McDonald Says your password is %s", final_key);
|
||||||
|
|
||||||
|
|
||||||
printf("\n\nThou hast been reversed!");
|
printf("\n\nThou hast been reversed!\n");
|
||||||
while (1) {};
|
getchar();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user