Created
January 21, 2019 07:04
-
-
Save antlauzon/9a6502cdcab1648c650bae1c1300ab09 to your computer and use it in GitHub Desktop.
trivial python quine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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