Advent of Code 2015 solver Run solver for day 1 The input is expected to be in a text file called 01.in. Run tests of day 1: ./aoc.py 1 -t Solve day 1, part 1: ./aoc.py 1 -p1 Solve day 1, part 2: ./aoc.py 1 -p2 Solve day 1, both parts: ./aoc.py 1 Copyright details Copyright (C) 2022 Antonio Ceballos Roa