https://github.com/razerm/advent-of-code-2017
https://github.com/razerm/advent-of-code-2017
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/razerm/advent-of-code-2017
- Owner: RazerM
- Created: 2017-12-01T21:25:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T18:15:20.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T15:35:11.842Z (11 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I recommend using PyPy3.5 to run these solutions. For CPython, 3.6 is required.
```bash
cd ./aoc_py
pypy3 -m pip install requirements.txt
```