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.