My attempt at the Advent Of Code 2020 challenge.
-
Install Go: https://golang.org/
-
Install VSCode: https://code.visualstudio.com/
-
Open VSCode and install the recommended extensions.
-
Create a file called
cookie.txt
in the root folder of this repository. -
Paste your session cookie into it to allow the code to download input sets automatically:
-
Open a command line and run the following:
go run .\main.go
-
???
-
Profit!