Skip to content

dhconnelly/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.