You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.