Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created June 4, 2012 13:22
Show Gist options
  • Save kaneshin/2868340 to your computer and use it in GitHub Desktop.
Save kaneshin/2868340 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define return printf("Hello world");return
int
main() {
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment