Skip to content

julian-west/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Challenge 🎄

Python solutions for each day along with some implementations in random other languages sprinkled in 😄

https://adventofcode.com/

https://engineeringfordatascience.com

Getting Started

Create Virtual Environment

pyenv virtualenv 3.9.5 aoc
pyenv activate aoc

pip install pip --upgrade
pip install -r requirements.txt

Install pre-commit hooks:

pre-commit install

Running tests:

pytest 2022

About

Advent of code solutions

Topics

Resources

Stars

Watchers

Forks