選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Chris Smith d4e4bd226b
More waffle
4年前
.docker Disable the Go GC 4年前
01 Make IO functions nicer 4年前
02 Add random benchmarking code 4年前
03 Super optimise day 3. 4年前
04 Day 4 4年前
05 Make VM users responsible for its I/O channels. 4年前
06 Day 6 4年前
07 Add random benchmarking code 4年前
08 Answers 4年前
09 Add random benchmarking code 4年前
10 Tidy up and optimise day 10 4年前
11 Tidy day 11 4年前
12 More waffle 4年前
common Day 12... 4年前
intcode Ugly day 11 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.