diff --git a/Preview.png b/Preview.png new file mode 100644 index 0000000..5f8b62b Binary files /dev/null and b/Preview.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7af425a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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...