From 5c8f4d108886a4c06c9513df0e9ead0a1d7a68d9 Mon Sep 17 00:00:00 2001 From: Xavier Nayrac Date: Thu, 16 Apr 2026 14:00:00 +0200 Subject: [PATCH] Add wc in crystal --- 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..6b5681df 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 | [mwc](https://github.com/lkdjiin/mwc) | Crystal | [Xavier Nayrac](https://github.com/lkdjiin)