Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 220 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 220 Bytes

Advent of Code 2023 Solutions

by Will Thomas @techniman

Thanks to @ericwastl for https://adventofcode.com/

How to run a puzzle

> dotnet run -- <puzzle>

e.g. for day 1:

> dotnet run -- 1