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
- Host: GitHub
- URL: https://github.com/csmith/aoc-2022
- Owner: csmith
- License: cc0-1.0
- Archived: true
- Created: 2022-11-30T15:05:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-15T13:14:17.000Z (over 3 years ago)
- Last Synced: 2024-06-20T03:38:33.571Z (about 2 years ago)
- Language: Go
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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.