Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Chris Smith 19a9252e4b
Day 22 part 1.
il y a 4 ans
.docker Disable the Go GC il y a 4 ans
01 Make IO functions nicer il y a 4 ans
02 Trigger a rerun of all intcode days. il y a 4 ans
03 Super optimise day 3. il y a 4 ans
04 Day 4 il y a 4 ans
05 Trigger a rerun of all intcode days. il y a 4 ans
06 Day 6 il y a 4 ans
07 Trigger a rerun of all intcode days. il y a 4 ans
08 Answers il y a 4 ans
09 Day 17, a bit messy. il y a 4 ans
10 Tidy up and optimise day 10 il y a 4 ans
11 Trigger a rerun of all intcode days. il y a 4 ans
12 More waffle il y a 4 ans
13 Trigger a rerun of all intcode days. il y a 4 ans
14 Avoid creating new objects so much il y a 4 ans
15 Day 19 il y a 4 ans
17 Day 17: exhaustively search for a solution il y a 4 ans
22 Day 22 part 1. il y a 4 ans
common Day 17, a bit messy. il y a 4 ans
intcode Day 19 il y a 4 ans
.gitignore Day 1 and project scaffolding il y a 4 ans
.pre-commit-config.yaml Pull out intcode vm, add pre-commit hook il y a 4 ans
LICENCE.md Pull out intcode vm, add pre-commit hook il y a 4 ans
README.adoc Fix list of previous years il y a 4 ans
doc.go Pull out intcode vm, add pre-commit hook il y a 4 ans
go.mod Day 1 and project scaffolding il y a 4 ans
run.sh Disable the Go GC il y a 4 ans

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.