# quine

Authors: bulmenisaurus <alexeybulmeni@gmail.com>, orthoplex

The main program is in `quine.py`, it can be verified through `test.py`. This solution was tested to work on python version `3.10`.

It is written in the `1026` codec, but it is also valid utf8 (this is the tricky part). When run, it prints it's own source code to stderr through a KeyError.
