https://github.com/paudirac/advent2021
Advent of Code 2021
https://github.com/paudirac/advent2021
adventofcode2021 python
Last synced: 9 months ago
JSON representation
Advent of Code 2021
- Host: GitHub
- URL: https://github.com/paudirac/advent2021
- Owner: paudirac
- License: mit
- Created: 2021-12-01T20:28:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T18:26:00.000Z (over 3 years ago)
- Last Synced: 2025-06-13T09:09:31.586Z (9 months ago)
- Topics: adventofcode2021, python
- Language: Python
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent2021
First add dependencies ([pytest](https://docs.pytest.org/en/6.2.x/), mostly):
``` sh
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install -r src/requirements.txt
```
To run the tests
``` sh
(venv) $ pytest
```
Publishing this now that it has no spoilers