contradictioned / advent-of-sql

Advent of Code 2020, this year: SQL solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Advent of Code 2020, this year: SQL solutions


Languages

Language:Shell 100.0%