https://github.com/carlbordum/exceptional-quine
pulled a sneaky on ya
https://github.com/carlbordum/exceptional-quine
Last synced: 21 days ago
JSON representation
pulled a sneaky on ya
- Host: GitHub
- URL: https://github.com/carlbordum/exceptional-quine
- Owner: carlbordum
- License: mit
- Created: 2019-04-05T11:31:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T11:39:12.000Z (about 6 years ago)
- Last Synced: 2025-02-17T15:49:32.422Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
exceptional-quine
=================A fun Python quine :) ::
$ python quine.py
$ test "$(cat quine.py)" = "$(python quine.py 2>&1)"