AdventOfCode2018 icon indicating copy to clipboard operation
AdventOfCode2018 copied to clipboard

My Golang solutions for the advent of code 2018

Advent of Code 2018

My Golang solutions for the advent of code 2018. I am learning go as I go. So it's not perfect by any means.

https://adventofcode.com/2018

Let's save Christmas!

Installation & Excecution

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

utils package

You can import the utils and use the functions in your own go files

import "github.com/IdrisTheDragon/AdventOfCode2018/utils"

Authors

  • Nathan Williams