Skip to content

Commit

Permalink
fix(2024/Day_21): too many robots in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheinxy committed Dec 22, 2024
1 parent badfa03 commit 7e4e507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 2024/Day_21/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7e4e507

Please sign in to comment.