From 925b227f69b5296434b08eced9b610213175a57f Mon Sep 17 00:00:00 2001 From: Jakob Kratz Date: Mon, 24 Aug 2026 17:29:07 +0200 Subject: [PATCH] Add solution to uniq challenge written in Rust --- Solutions/challenge-uniq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Solutions/challenge-uniq.md b/Solutions/challenge-uniq.md index c96fbc8..9a472de 100644 --- a/Solutions/challenge-uniq.md +++ b/Solutions/challenge-uniq.md @@ -14,3 +14,4 @@ The shared solutions: | 6 | [uniqPy](https://github.com/apih99/uniqPy) | Python | [apih99](https://github.com/apih99) | | 7 | [cuniq](https://github.com/Infinage/cpp-experiments/blob/main/cli/cuniq.cpp) | C++ | [Naresh Jagadeesan](https://github.com/Infinage) | | 8 | [KUniq](https://github.com/kiner-shah/MySolutionsToCodingChallenges/tree/main/uniq-tool) | C++ | [Kiner Shah](https://github.com/kiner-shah) | +| 9 | [uniq-rust](https://github.com/spelgubbe/uniq-rust) | Rust | [Jakob Kratz](https://github.com/spelgubbe/) |