From 7e4e507bff65f7279feb334c5da79ae173a98bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Sun, 22 Dec 2024 04:27:54 +0100 Subject: [PATCH] fix(2024/Day_21): too many robots in readme --- 2024/Day_21/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/2024/Day_21/README.md b/2024/Day_21/README.md index d458be6..f06cd7a 100644 --- a/2024/Day_21/README.md +++ b/2024/Day_21/README.md @@ -28,7 +28,6 @@ The first reason is that it was really difficult to understand. The basic idea is as follows: - We have a numpad and directional keypads (which I'll refer to as "keypad"). - A robot has to press a code on the numpad. -- Another robot controls that robot using a keypad. - Another robot controls the previous robot using a keypad. - And yet another robot controls *that* robot using a keypad. - Finally, *we* control the last robot using a keypad.