From dd7456b28aadc2624d61219681d9718017a4698b Mon Sep 17 00:00:00 2001 From: Tung Dong Viet Date: Thu, 22 Jan 2026 20:48:14 +0700 Subject: [PATCH] Submit solution for challenge wc --- 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 bad53fd..a7ffb9d 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -154,4 +154,5 @@ The shared solutions: | 145 | [wcGo](https://github.com/brickster241/wc-Go) | Go | [Ashish Verma](https://github.com/brickster241) | 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) \ No newline at end of file +| 148 | [challenge-wc](https://github.com/blissful-coder/CodingChallenges/tree/main/challenge-wc) | C++ | [Anurag Negi](https://github.com/blissful-coder) +| 149 | [wccc](https://github.com/VietTungFizzy/Build-Your-Own-wc-Tool) | Ruby | [VietTungFizzy](https://github.com/VietTungFizzy) |