Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 334 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 334 Bytes

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.