My approaches to this year's Advent of Code written in (postgres) SQL. Because why not.
For each day there's a folder, in which you can place your puzzle input as input.txt
. The load.sh
creates tables and fills them, and the answer_partX.sh
files show the solutions.