Skip to content

Instantly share code, notes, and snippets.

@mdznr
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save mdznr/11132800 to your computer and use it in GitHub Desktop.

Select an option

Save mdznr/11132800 to your computer and use it in GitHub Desktop.
"Why won't my program work!?"
#include <stdio.h>
#include <stdlib.h>
#define main main(){ return EXIT_SUCCESS; } int nope
int main()
{
printf("Hello, World!\n");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment