Skip to content

Instantly share code, notes, and snippets.

@sugar700
Created September 1, 2012 14:55
Show Gist options
  • Select an option

  • Save sugar700/3576005 to your computer and use it in GitHub Desktop.

Select an option

Save sugar700/3576005 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#define inform(a) printf("%s", a)
#define LF "\n"
#define _ ; //\
void main() ||
int main()
void; {
return! inform("Hello, world!" LF) _
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment