Skip to content

Instantly share code, notes, and snippets.

@mattn
Created June 7, 2011 06:20
Show Gist options
  • Save mattn/1011766 to your computer and use it in GitHub Desktop.
Save mattn/1011766 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main() {
printf("%d", 0/0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment