Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1 KB

README.md

File metadata and controls

27 lines (23 loc) · 1 KB

Advent of Code

My solutions to the puzzles in Advent of Code

I use Python to solve the puzzles.

To be able to run the scripts, you may need to install the provided code as a package:

cd advent_of_code/python
python3 -m pip install -e .

Then you need to cd to each folder and run the scripts from there, e.g.

cd aoc2015/day01
python3 d01.py