From 0c8515270dbb0a59d22d5e7b646f8e00a1bb34ac Mon Sep 17 00:00:00 2001 From: Shanmukeshwar Date: Sun, 2 Aug 2026 22:51:12 +0530 Subject: [PATCH] Add new Rust wc tool entry to challenge list --- Solutions/challenge-wc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 4b8e099..bed5a01 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -164,3 +164,4 @@ The shared solutions: | 155 | [Write Your Own wc Tool](https://github.com/akshayavb99/coding-challenges-solutions/tree/main/wc-tool) | Python | [Akshaya B](https://github.com/akshayavb99) | | 156 | [ccwc](https://github.com/priyanshsao/coding-challenges-go/tree/main/challenge-01) | Go | [priyanshsao](https://github.com/priyanshsao) | | 157 | [wc](https://github.com/Loki-Astari/Puzzle/tree/master/wc) | C++ | [Loki-Astari](https://github.com/Loki-Astari/Puzzle) | +| 158 | [wc](https://github.com/thestackdev/wc-rs) | Rust | [thestackdev](https://github.com/thestackdev) |