From a31a9a1c767188b5bfbe1bd15aee660fee1d2de1 Mon Sep 17 00:00:00 2001 From: akp Date: Sat, 3 Dec 2022 13:02:37 +0000 Subject: [PATCH] Update README.md --- challenges/2022/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/2022/README.md b/challenges/2022/README.md index c62b77a..4d02164 100644 --- a/challenges/2022/README.md +++ b/challenges/2022/README.md @@ -11,7 +11,7 @@ Solutions to the [2022 Advent of Code](https://adventofcode.com/2022). | Day | Status | Solutions | Notes | | ----------------------------------- | ------------------ | ---------- | ------ | | 01 - Calorie Counting | ★ ★ | [Python](01-calorieCounting/py), [Nim](01-calorieCounting/nim), [Java](01-calorieCounting/java/src) | Summing numbers | -| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](03-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors | +| 02 - Rock Paper Scissors | ★ ★ | [Python](02-rockPaperScissors/py), [Nim](02-rockPaperScissors/nim) | Programmatically playing Rock Paper Scissors | | 03 - Rucksack Reorganization | ★ ★ | [Python](03-rucksackReorganization/py), [Nim](03-rucksackReorganization/nim) | Sets and intersections |