Skip to content

Instantly share code, notes, and snippets.

@antlauzon
Created January 21, 2019 07:04
Show Gist options
  • Save antlauzon/9a6502cdcab1648c650bae1c1300ab09 to your computer and use it in GitHub Desktop.
Save antlauzon/9a6502cdcab1648c650bae1c1300ab09 to your computer and use it in GitHub Desktop.
trivial python quine
import os; print(open(os.path.basename(__file__)).read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment