From 9f384556cdcc5553bb53fc3f3f2ceeb7393e2922 Mon Sep 17 00:00:00 2001 From: bhavyathashetty Date: Tue, 18 Aug 2026 16:42:21 -0500 Subject: [PATCH] adding new solution to build your own wc tool challenge --- Solutions/challenge-wc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 4b8e099..7f26267 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 | [My Javascript-WC-Tool](https://github.com/bhavyathashetty/Javascript-WC-Tool) | Javascript | [Bhavyatha](https://github.com/bhavyathashetty) | \ No newline at end of file