/aoc-2022

My Advent of Code solutions for 2022

Primary LanguageGoCreative Commons Zero v1.0 UniversalCC0-1.0

Advent of Code 2022

This repository contains my solution to 2022’s Advent of Code puzzles in Go. I started doing day 1-6 in SQL using Postgres, but the amount of text manipulation needed was tiresome; those are preserved in the 'sql' branch.

The easiest way to run these is using docker – simply execute run.sh <day> to build a docker image and execute the specific day.

I have separate repositories for solutions from previous years:


To the extent possible under law, I waive all copyright and related or neighbouring rights to this work. This work is published from the United Kingdom. See LICENCE.md for full details.