Files
AdventOfCode2022/README.md
Patrick Stevens 068755efd3 Day 13 (#22)
2022-12-13 20:18:01 +00:00

12 lines
471 B
Markdown

# AdventOfCode2022
Advent of Code 2022, in F#.
Just `dotnet build` and `dotnet test`.
## Perf
BenchmarkDotNet reports:
* [Day 1 through Day 5](./BenchmarkDotNet.Artifacts/results/AdventOfCode2022.App.Benchmark1To5-report-github.md).
* [Day 6 through Day 10](./BenchmarkDotNet.Artifacts/results/AdventOfCode2022.App.Benchmark6To10-report-github.md).
* [Day 11 through Day 15](./BenchmarkDotNet.Artifacts/results/AdventOfCode2022.App.Benchmark11To15-report-github.md).