ddrscott / aoc-2020

Advent of Code 2020 - https://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code in SQL

This projects used Docker to host a Postgres service.

Setup

docker-compuse up

Run a Solution

The source directory is volume mounted at /app/. We can run a solution with the following command:

docker-compose exec db psql -U postgres -d docker -f /app/days/01/solution-1.sql

About

Advent of Code 2020 - https://adventofcode.com/

License:MIT License


Languages

Language:Shell 100.0%