From 283c1fc89e2e59f60b1cea95e3c87c45ebe327e4 Mon Sep 17 00:00:00 2001 From: lucas-caique Date: Sun, 23 Aug 2026 20:34:43 -0300 Subject: [PATCH] feat: add new c# solution wc --- Solutions/challenge-wc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index 4b8e099..ce4dc36 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 | [ccwc](https://github.com/lcdsn/ccwc/tree/main) | C# | [lcdsn](https://github.com/lcdsn) |