https://github.com/zessx/adventofcode
AdventOfCode Solver
https://github.com/zessx/adventofcode
Last synced: 12 months ago
JSON representation
AdventOfCode Solver
- Host: GitHub
- URL: https://github.com/zessx/adventofcode
- Owner: zessx
- Created: 2022-12-06T13:22:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T16:16:38.000Z (over 3 years ago)
- Last Synced: 2025-01-09T07:13:18.803Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode Solver
## Installation
You will need you AdventOfCode session ID to use this project.
```sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
echo 'AOC_SESSION_ID="your_own_session_id"' > .env
```
## Usage
```sh
./app.py --help
./app.py --year 2022 --day 1
```