Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakecyr/aoc-2023
Advent of Code 2023
https://github.com/jakecyr/aoc-2023
advent-of-code advent-of-code-2023 algorithms christmas python
Last synced: 2 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/jakecyr/aoc-2023
- Owner: jakecyr
- Created: 2023-12-02T14:28:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-05T04:29:14.000Z (about 1 year ago)
- Last Synced: 2024-04-24T02:41:53.944Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2023, algorithms, christmas, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
## Install
1. Make sure poetry is installed with `pip install poetry`
2. Run `poetry install`
3. Run a specific day solution in "aoc" directly. Example `python aoc/day_1.py`## Tests
Run `poetry run pytest`
## Setup New Day
Run `./setup.sh 3` replacing `3` with the day number. A new file will be created in "aoc" with a template along with a test file in the "tests" folder.