Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Chris Smith 19a9252e4b
Day 22 part 1.
4 лет назад
.docker Disable the Go GC 4 лет назад
01 Make IO functions nicer 4 лет назад
02 Trigger a rerun of all intcode days. 4 лет назад
03 Super optimise day 3. 4 лет назад
04 Day 4 4 лет назад
05 Trigger a rerun of all intcode days. 4 лет назад
06 Day 6 4 лет назад
07 Trigger a rerun of all intcode days. 4 лет назад
08 Answers 4 лет назад
09 Day 17, a bit messy. 4 лет назад
10 Tidy up and optimise day 10 4 лет назад
11 Trigger a rerun of all intcode days. 4 лет назад
12 More waffle 4 лет назад
13 Trigger a rerun of all intcode days. 4 лет назад
14 Avoid creating new objects so much 4 лет назад
15 Day 19 4 лет назад
17 Day 17: exhaustively search for a solution 4 лет назад
22 Day 22 part 1. 4 лет назад
common Day 17, a bit messy. 4 лет назад
intcode Day 19 4 лет назад
.gitignore Day 1 and project scaffolding 4 лет назад
.pre-commit-config.yaml Pull out intcode vm, add pre-commit hook 4 лет назад
LICENCE.md Pull out intcode vm, add pre-commit hook 4 лет назад
README.adoc Fix list of previous years 4 лет назад
doc.go Pull out intcode vm, add pre-commit hook 4 лет назад
go.mod Day 1 and project scaffolding 4 лет назад
run.sh Disable the Go GC 4 лет назад

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.