This repository contains my solutions to Advent of Code puzzles.
Usage: python -m advent_of_code.day_1 [OPTIONS]
Options:
--small Computes solution for the small puzzle instance
--big Computes solutions for the big puzzle instance
--help Show this message and exit.