/adventofcode2019

My solutions for the Advent of Code 2019 in Go

Primary LanguageGoMIT LicenseMIT

Advent of Code 2019

My solutions for the Advent of Code 2019 in Go

Running

$ cd day5
$ go run day5.go

Tests:

$ cd day4
$ go test -v