Skip to content

Instantly share code, notes, and snippets.

@oxagast
Last active February 24, 2023 07:10
Show Gist options
  • Save oxagast/2779101a322465f8998e8302de9cccc8 to your computer and use it in GitHub Desktop.
Save oxagast/2779101a322465f8998e8302de9cccc8 to your computer and use it in GitHub Desktop.
Shortest working C quine, works on a nuance of compilers and linkers.
/* touch qg.c && gcc qg.c -o gg.o -c && ld gg.o -o quine 2>/dev/null && ./quine | cat */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment