totakoko / advent-of-code-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2021 in Go

Go solutions for the Advent of Code 2021.

Useful commands

Inside each folder:

# run tests
go test -v .

# run the main program
go run .

About


Languages

Language:Go 100.0%