Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 283 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 283 Bytes

advent_of_code 2022

AdventOfCode

Unit Test project used for running and validating answers. Holds the original solutions.

Benchmarks

Playground for benchmarking and improving solutions.

> cd src/Benchmarks
> dotnet run -c Release -- --filter *Day01_Puzzle01*