From 0cdc5c84f4d6427e4f960ef12c5ce296ed925a2b Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Mon, 27 Jun 2022 19:19:09 +0100 Subject: [PATCH] add test --- subjects/strisnegative/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subjects/strisnegative/README.md b/subjects/strisnegative/README.md index edd8299a..202a50ef 100644 --- a/subjects/strisnegative/README.md +++ b/subjects/strisnegative/README.md @@ -27,6 +27,8 @@ func main() { piscine.StrisNegative("585") piscine.StrisNegative("-58") piscine.StrisNegative("55s44") + piscine.StrisNegative("101-1331") + piscine.StrisNegative("5544-") } ``` @@ -37,5 +39,7 @@ $ go run . P N ! +! +! ```