From f947dd559c623d370ed26b89ff286aedb4720846 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..1ccf871 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/]. Don't spoil the +challenge for yourself.