Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 212 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 212 Bytes

aoc-go

Using aoc to learn golang

# Scaffold next day
./scaffold

# Run solution
go run 2024-01/solution.go

# Watch solution (latest day)
./watch

# Watch solution (specific day)
./watch 2024-01