From 1958323d77ec9afd2d220be5dae6340ee2e0ae65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20N=C3=A9meth=20Cs=2E?= Date: Sun, 17 Nov 2024 19:43:37 +0100 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 28463b3fb..17035bdcb 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,13 @@ - I'm making a [website](https://aoc.csokavar.hu) out of this. I put a lot of effort into my solutions. - They are not super effective or super short, but hopefully more readable. I aim for clarity. + I'm making a [website](https://aoc.csokavar.hu) out of this. A lot of effort goes into my solutions + They are not super effective or super short, but hopefully more readable. I aim for clarity. + Like what you see? Consider [sponsoring](https://github.com/sponsors/encse) me. - You can use my framework, it's probably easiest to start with the + You are free to use my framework, it's pretty streamlined by now. You can start with the https://github.com/encse/adventofcode-template repository. - Like what you see? Consider [sponsoring](https://github.com/sponsors/encse) me. - ## Dependencies - Based on `.NET 9` and `C# 13`. - `AngleSharp` is used for problem download.