🎄 Go solutions to Advent of Code 2015, with minimal use of external libraries. 🎄
These were completed as a Go learning exercise, so don't expect idiomatic Go.
Run with go run
, solutions are printed to console.
go run dayXX/main.go
Eric Wastl for creating Advent of Code