/advent_of_code_2021

Advent of Code 2021. In Golang.

Primary LanguageGo

GO Cheatsheet

Create modules

go mod init xxx/yyy

Run go code

go run .