Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Chris Smith 19a9252e4b
Day 22 part 1.
před 4 roky
.docker Disable the Go GC před 4 roky
01 Make IO functions nicer před 4 roky
02 Trigger a rerun of all intcode days. před 4 roky
03 Super optimise day 3. před 4 roky
04 Day 4 před 4 roky
05 Trigger a rerun of all intcode days. před 4 roky
06 Day 6 před 4 roky
07 Trigger a rerun of all intcode days. před 4 roky
08 Answers před 4 roky
09 Day 17, a bit messy. před 4 roky
10 Tidy up and optimise day 10 před 4 roky
11 Trigger a rerun of all intcode days. před 4 roky
12 More waffle před 4 roky
13 Trigger a rerun of all intcode days. před 4 roky
14 Avoid creating new objects so much před 4 roky
15 Day 19 před 4 roky
17 Day 17: exhaustively search for a solution před 4 roky
22 Day 22 part 1. před 4 roky
common Day 17, a bit messy. před 4 roky
intcode Day 19 před 4 roky
.gitignore Day 1 and project scaffolding před 4 roky
.pre-commit-config.yaml Pull out intcode vm, add pre-commit hook před 4 roky
LICENCE.md Pull out intcode vm, add pre-commit hook před 4 roky
README.adoc Fix list of previous years před 4 roky
doc.go Pull out intcode vm, add pre-commit hook před 4 roky
go.mod Day 1 and project scaffolding před 4 roky
run.sh Disable the Go GC před 4 roky

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.