Hacking random.yahoo.com!
Monday, 21 June 2010
, Posted by genesisdatabase at 17:07
#include <stdio.h>
#define metropolis 2147483647
int main()
{
int clickme = rand()%metropolis;
printf("There's %d cockroaches living in your house!\n", clickme);
return 0;
}
Currently have 0 comments: