/advent-of-code

🎄 Unit tested Golang solutions to Advent of Code

Primary LanguageGoMIT LicenseMIT

Advent of Code

Unit tested Golang solutions to Advent of Code.

Running

$ cd 2015/03/
$ go run main.go

Testing

Running All Tests

$ go test ./...

Running Individual Test

$ cd 2015/03/
$ go test

License

Code released under the MIT License