/advent-of-code-2020

Advent of code 2020 using Golang

Primary LanguageGo

advent-of-code-2020

Going through the Advent of code 2020 using Golang. Should be a fun ride. Also I have a blog if you want you can check it out here or ping me on Minds @CodingNagger.

How to run it

go run ./cmd/app

Running tests

go test ./...

Looks like some unimportant tests for days 24 and 19 broke with my final solutions. Don't run the command. I won't fix them, they probably should be deleted but since I'm not sure I'll leave them there forever.

Some posts I wrote about this year's Advent of Code

Cruise log

I started writing a cruise log on day 1 to talk about progress and challenges faced during this Advent of Code 2020. You can find them below.