/advent-of-code-2021

My solutions to Advent of Code 2021 in Go.

Primary LanguageGoMIT LicenseMIT

Advent of Code 2021

Code solutions to Advent of Code 2021

Execute Challenges

Execute the solutions with the following command where n is the challenge day.

go run advent-of-code-2021/src/day<n>/d<n>.go

License

This project is released under the MIT license. Check out the LICENSE file for more information.