Skip to content

Instantly share code, notes, and snippets.

@Bradshaw
Created November 12, 2013 15:13
Show Gist options
  • Save Bradshaw/7432495 to your computer and use it in GitHub Desktop.
Save Bradshaw/7432495 to your computer and use it in GitHub Desktop.
William's brain
int main(){
int worry;
worry = &worry;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment