Advent of Code 2023

https://adventofcode.com/2023

Setup

Action Command
Setup environment $ bin/setup.sh

Run

Action Command
Run a specific day $ python main.py 1
Run a specific day's sample $ python main.py 1 -t
Run all $ python main.py