/advent-of-sql

Advent of Code 2020, this year: SQL solutions

Primary LanguageShell

Advent of SQL Code 2020

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.