From de7e046ae71eb770d4fd0d060adcdeaf7d6c17b2 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 6 Sep 2024 20:04:27 +0200 Subject: [PATCH] docs: add solutions to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 87d67b6..3f1200a 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,8 @@ There are a number of challenges: 2. Connect by TCP and send a special u16 3. Connect by TCP, get sent dynamic math questions, solve them fast enough + +## Solution + +Solutions for some challenges can be found in [solutions](./solutions/). Don't spoil the +challenge for yourself.