Using aoc to learn golang
# Create new solution folder
./new [year] [day] # defaults: [current year] [latest existing day + 1]
# Watch solution
./watch [year] [day] # defaults: [current year] [latest existing day]
# Run specific solution
go run 2024/01/solution.go