Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Chris Smith 19a9252e4b
Day 22 part 1.
vor 4 Jahren
.docker Disable the Go GC vor 4 Jahren
01 Make IO functions nicer vor 4 Jahren
02 Trigger a rerun of all intcode days. vor 4 Jahren
03 Super optimise day 3. vor 4 Jahren
04 Day 4 vor 4 Jahren
05 Trigger a rerun of all intcode days. vor 4 Jahren
06 Day 6 vor 4 Jahren
07 Trigger a rerun of all intcode days. vor 4 Jahren
08 Answers vor 4 Jahren
09 Day 17, a bit messy. vor 4 Jahren
10 Tidy up and optimise day 10 vor 4 Jahren
11 Trigger a rerun of all intcode days. vor 4 Jahren
12 More waffle vor 4 Jahren
13 Trigger a rerun of all intcode days. vor 4 Jahren
14 Avoid creating new objects so much vor 4 Jahren
15 Day 19 vor 4 Jahren
17 Day 17: exhaustively search for a solution vor 4 Jahren
22 Day 22 part 1. vor 4 Jahren
common Day 17, a bit messy. vor 4 Jahren
intcode Day 19 vor 4 Jahren
.gitignore Day 1 and project scaffolding vor 4 Jahren
.pre-commit-config.yaml Pull out intcode vm, add pre-commit hook vor 4 Jahren
LICENCE.md Pull out intcode vm, add pre-commit hook vor 4 Jahren
README.adoc Fix list of previous years vor 4 Jahren
doc.go Pull out intcode vm, add pre-commit hook vor 4 Jahren
go.mod Day 1 and project scaffolding vor 4 Jahren
run.sh Disable the Go GC vor 4 Jahren

README.adoc

= Advent of Code 2019

This repository contains my solution to 2019's https://adventofcode.com/2018[Advent of Code] puzzles in Go.

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:

- https://g.c5h.io/archive/aoc-2018[2018] (Nim)
- https://g.c5h.io/archive/aoc-2017[2017] (Python)
- https://g.c5h.io/archive/aoc-2016[2016] (Python)
- https://g.c5h.io/archive/aoc-2015[2015] (Python)

'''

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