From f698a40a9bc926cb710054af3851b9bd828760a2 Mon Sep 17 00:00:00 2001 From: Iha Agrawal <132403976+ihaagrawal@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:35:09 +0530 Subject: [PATCH] Add Solution For wc Tool --- Solutions/challenge-wc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 441900b2..beb3723a 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -155,4 +155,5 @@ The shared solutions: | 146 | [cwc](https://github.com/Infinage/cpp-experiments/blob/main/cli/cwc.cpp) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | 147 | [ccwc](https://github.com/dphogit/ccwc/tree/main) | C | [dphogit](https://github.com/dphogit) | 148 | [challenge-wc](https://github.com/blissful-coder/CodingChallenges/tree/main/challenge-wc) | C++ | [Anurag Negi](https://github.com/blissful-coder) -| 149 | [wc-3-prog-paradigms](https://github.com/atherio-danp/coding-challanges/tree/main/wc-tool) | C# | [Dan Patrascu-Baba](https://github.com/atherio-danp) \ No newline at end of file +| 149 | [wc-3-prog-paradigms](https://github.com/atherio-danp/coding-challanges/tree/main/wc-tool) | C# | [Dan Patrascu-Baba](https://github.com/atherio-danp) +| 150 | [wc-tool-rust](https://github.com/ihaagrawal/wc-tool-rust) | Rust | [Iha Agrawal](https://github.com/ihaagrawal)