From dc351c1d988cd7312c0454d1f164693ea19e61c9 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 21 Dec 2023 10:07:15 -0500 Subject: [PATCH] Fix typo --- 2023/day7/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/day7/README.md b/2023/day7/README.md index b47d1e0..5ae8165 100644 --- a/2023/day7/README.md +++ b/2023/day7/README.md @@ -77,7 +77,7 @@ with its rank (765 * 1 + 220 * 2 + 28 * 3 + 684 * 4 + 483 * 5). So the total win Find the rank of every hand in your set. **What are the total winnings?** -## Part Two +## Part 2 To make things a little more interesting, the Elf introduces one additional rule. Now, `J` cards are jokers - wildcards that can act like whatever card would make the hand the strongest type possible.