Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

aoc-go

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