Skip to content

rh569/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Project was setup using venv and Python version 3.11.0

Running the code

# Run all days
(venv) advent-of-code-2022 % python run.py

# Run a specific day
(venv) advent-of-code-2022 % python run.py <day_number>

Running the tests

# Install deps
(venv) advent-of-code-2022 % pip install -r requirements.txt

# Run pytest as a module
(venv) advent-of-code-2022 % python -m pytest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages