Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 226 Bytes

Advent-of-Code-2023

My advent of code answers for 2023, or at least as much as I'm willing to do :)

Usage

# Build the solver
go build
# Solve for day 1
./AOC23 1

# or if you have make installed
make run day=1