Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 233 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 233 Bytes

☃️ Advent of Code 2024

My solutions for my second Advent of Code in Go!

Usage

# Create template solution file and download input.txt from AoC website
go run tools/aoc.go

# Run solution
go run day_<day>/main.go