Skip to content

Instantly share code, notes, and snippets.

@PeterJCLaw
Created December 22, 2011 23:30
Show Gist options
  • Select an option

  • Save PeterJCLaw/1512320 to your computer and use it in GitHub Desktop.

Select an option

Save PeterJCLaw/1512320 to your computer and use it in GitHub Desktop.
int main() {
int i = 57005;
printf("I see %x people.", i);
rerturn 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment