From df499d0be16825298d16b64939575810db109ab0 Mon Sep 17 00:00:00 2001 From: iamalsoandy <100996625+iamalsoandy@users.noreply.github.com> Date: Wed, 21 May 2025 13:23:16 +0100 Subject: [PATCH] Update challenge-wc.md Added a WC Tool example as my first proper go at Python --- Solutions/challenge-wc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-wc.md b/Solutions/challenge-wc.md index b1fd3015..ef6ab637 100644 --- a/Solutions/challenge-wc.md +++ b/Solutions/challenge-wc.md @@ -133,3 +133,4 @@ The shared solutions: | 124 | [ccwc_go](https://github.com/TawalMc/coding_challenges_build_your_x/tree/main/ccwc/go) | Go | [TawalMc](https://github.com/TawalMc) | | 125 | [byo-wc-tool](https://github.com/sfogfar/byo-wc-tool) | Clojure | [sfogfar](https://github.com/sfogfar) | | 126 | [ccwc-in-go](https://github.com/DanielHemmati/ccwc-in-go) | Go | [Daniel Hemmati](https://github.com/DanielHemmati) | +| 127 | [ccwc-in-python](https://gitlab.com/iamalso-challenges/wc-tool) | Python | IAmAlsoAndy