Skip to content

Instantly share code, notes, and snippets.

@LunaBorowska
Created September 1, 2012 14:55
Show Gist options
  • Save LunaBorowska/3576005 to your computer and use it in GitHub Desktop.
Save LunaBorowska/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