An open API service indexing awesome lists of open source software.

https://github.com/csmith/aoc-2022

My Advent of Code solutions for 2022
https://github.com/csmith/aoc-2022

Last synced: 5 months ago
JSON representation

My Advent of Code solutions for 2022

Awesome Lists containing this project

README

          

= Advent of Code 2022

This repository contains my solution to 2022's https://adventofcode.com/2022[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 to build a docker image and execute the specific day.

I have separate repositories for solutions from previous years:

- https://github.com/csmith/aoc-2021[2021] (AWK)
- https://github.com/csmith/aoc-2020[2020] (Golang)
- https://github.com/csmith/aoc-2019[2019] (Golang)
- https://github.com/csmith/aoc-2018[2018] (Nim)
- https://github.com/csmith/aoc-2017[2017] (Python)
- https://github.com/csmith/aoc-2016[2016] (Python)
- https://github.com/csmith/aoc-2015[2015] (Python)

'''

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 link:LICENCE.md[LICENCE.md] for full details.