Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 496 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 496 Bytes

Advent of Code 2019

Go solutions to Advent of Code problems for 2019. Written by Daniel Connelly. There's also a corresponding blog post.

Unless specified otherwise in a per-day README, the solutions for a given day can be run by doing:

cd dayN
go run dayN.go input.txt

Licensed under the MIT License, if for some reason that's interesting to you.