Skip to content

mgesbert/advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repo holds my solutions for Advent of Code

Setup

To run these programs, you need to have Python 3.10.0 or newer. To setup the project, run:

python3 -m venv .env
. .env/bin/activate
python3 -m pip install -e .
python3 -m pip install -r requirements.txt

And then, to run a solution:

. .env/bin/activate
python3 src/advent_2021/day_1/part_1.py

License

The code is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages