Skip to content

Instantly share code, notes, and snippets.

@sech1p
Created October 6, 2021 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sech1p/87972f6519f4f6c29869ab59f3e27565 to your computer and use it in GitHub Desktop.
Save sech1p/87972f6519f4f6c29869ab59f3e27565 to your computer and use it in GitHub Desktop.
sech1polyglot
an attempt to make powerful programming polyglot
ChAnGeLoG
6 nov 2021:
[+] C
[+] Python
#include <stdio.h>
#define print(x) int main(void) { puts(x); return 0; }
print("sech1polyglot")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment