mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-10 12:08:39 +00:00
12 lines
471 B
Markdown
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).
|