No description
Find a file
2024-12-06 00:29:55 +00:00
.github/workflows Update ci.yml 2024-12-01 13:56:55 +00:00
2015 scrub inputs because apparently it's against redistribution rules 2024-12-06 00:29:55 +00:00
2019 scrub inputs because apparently it's against redistribution rules 2024-12-06 00:29:55 +00:00
2021 scrub inputs because apparently it's against redistribution rules 2024-12-06 00:29:55 +00:00
2024 scrub inputs because apparently it's against redistribution rules 2024-12-06 00:29:55 +00:00
.gitignore add .gitignore for input files 2024-12-06 00:26:20 +00:00
go.mod 2024-12-01 2024-12-01 12:15:03 +00:00
LICENSE Move last year's solutions into subdirectory 2016-12-01 16:13:59 +00:00
README.md Fix issues found by lint 2021-01-02 17:15:09 +00:00

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