advent-of-code This repo contains my solutions to the Advent of Code programming puzzles. The solutions can be run as follows. Python # python <YEAR>/<DAY>/main.py, example: python 2015/04/main.py Julia # julia <YEAR>/<DAY>/main.jl, example: julia 2021/02/main.jl