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 d4e4bd226b
More waffle
před 4 roky
.docker Disable the Go GC před 4 roky
01 Make IO functions nicer před 4 roky
02 Add random benchmarking code před 4 roky
03 Super optimise day 3. před 4 roky
04 Day 4 před 4 roky
05 Make VM users responsible for its I/O channels. před 4 roky
06 Day 6 před 4 roky
07 Add random benchmarking code před 4 roky
08 Answers před 4 roky
09 Add random benchmarking code před 4 roky
10 Tidy up and optimise day 10 před 4 roky
11 Tidy day 11 před 4 roky
12 More waffle před 4 roky
common Day 12... před 4 roky
intcode Ugly day 11 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.