/AdventOfCode2018

My Golang solutions for the advent of code 2018

Primary LanguageGoMIT LicenseMIT

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