Files
AdventOfCode/README.md
2022-12-15 21:42:10 +01:00

16 lines
423 B
Markdown

# Advent of Code
![CLI Preview](Preview.png)
Advent of Code made in **C#**, using **[Spectre.Console](https://spectreconsole.net/)** for **console display** and **[BenchmarkDotNet](https://benchmarkdotnet.org/)** for **benchmarks**
## Build and run
- **Install [.Net 7 SDK](https://dotnet.microsoft.com/en-us/download)** if needed
- **Clone** the repository
- In a shell, execute `dotnet run`
## Benchmarks
> Todo...