My Golang solutions for the advent of code 2018. I am learning go as I go. So it's not perfect by any means.
Let's save Christmas!
get the code like this:
go get github.com/IdrisTheDragon/AdventOfCode2018
navigate to the directory of the day/Part you wish to run
go run main.go
You can import the utils and use the functions in your own go files
import "github.com/IdrisTheDragon/AdventOfCode2018/utils"
- Nathan Williams