[ create a new paste ] login | about

Link: http://codepad.org/tGZCUiBo    [ raw code | fork ]

Plain Text, pasted on May 15:
1
2
3
4
while(1) {
print("Enter root password (or press Ctrl-D to continue):");
getchar();  //notice that the input goes nowhere...no variable to store even that single bit that it appears to input
}


Create a new paste based on this one


Comments: