Advent of Code How to use No fancy. For each day: create folder YYYY_DD/ cd YYYY_DD/ touch main{,_test}.go data.txt ... go test -v go fmt go run main.go