├── .gitignore ├── README.md ├── advent.py ├── grinch.png └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaksi/advent-of-other-peoples-code/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaksi/advent-of-other-peoples-code/HEAD/README.md -------------------------------------------------------------------------------- /advent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaksi/advent-of-other-peoples-code/HEAD/advent.py -------------------------------------------------------------------------------- /grinch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaksi/advent-of-other-peoples-code/HEAD/grinch.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | PyGithub==1.43.3 2 | --------------------------------------------------------------------------------