Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 234 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 234 Bytes

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 .