Solutions to puzzles from the Advent of Code.
I am resolving a handful the AoC 2017 problems to help myself learn Go. More complete solution sets exist in my Aoc 2016 and AoC 2017 repositories.
All solutions in this repository were compiled with go 1.12.
Solutions can be run using the standard go
utility with the following format.
$ go run year day [input-file]
If an input file is not specified, it will default to resources/{year}/day{day}.txt
. To read input from sdin, using the file name --
.
This software is licensed under the MIT License. For more information, read the file LICENSE.