16 lines
423 B
Markdown
16 lines
423 B
Markdown
# Advent of Code
|
|
|
|

|
|
|
|
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...
|