Skip to content

Instantly share code, notes, and snippets.

@Grumblesaur
Created October 27, 2016 07:34
Show Gist options
  • Save Grumblesaur/5dcb19d638fb7a82073937be272ca8f5 to your computer and use it in GitHub Desktop.
Save Grumblesaur/5dcb19d638fb7a82073937be272ca8f5 to your computer and use it in GitHub Desktop.
trick (Python 2) or treat (C)
#include <stdio.h>/*
print'trick'
#*/
#define pass int main(){puts("treat");return 0;}
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment