Skip to content

Instantly share code, notes, and snippets.

@k0001
Created January 12, 2010 02:32
Show Gist options
  • Save k0001/274822 to your computer and use it in GitHub Desktop.
Save k0001/274822 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char **argv)
{
if (rand() % 534263 == 0) {
printf("You are extremely unlucky and this program is way too cool for you. Good bye\n");
return 1;
}
do_something_cool();
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment