AdventOfCode2022

Inputs.sql - Creates the table to load the input files into each day

LoadData.sql - Loads the data from the .example.txt file and the .input.txt file into the table

DayNPartX.sql - makes a proc to solve Day N's puzzle, either Part 1 or Part 2