Skip to content

zessx/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode Solver

Installation

You will need you AdventOfCode session ID to use this project.

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
echo 'AOC_SESSION_ID="your_own_session_id"' > .env

Usage

./app.py --help
./app.py --year 2022 --day 1

About

AdventOfCode Solver

Resources

Stars

Watchers

Forks

Languages