After many years trying to change the world, finally i've found the right source code.
#include
#include
#include
#include
char op[]="jesus";
main(){
int i=0;
char ask[strlen(op)+1];
printf("What is the solution to change the world\?\n");
while((ask[i]=getch())!='\r'){
i++;
putchar('*');
}
ask[i]='\0';'
if((strcmp(op,ask)==0)){
printf("With jesus the world is better.\n");
system("pause");
}else{
printf("Wrong answer\n");
system("pause");
main();
}
}
We’ve updated our privacy policy so that we are compliant with changing global privacy regulations and to provide you with insight into the limited ways in which we use your data.
You can read the details below. By accepting, you agree to the updated privacy policy.