From 7f43129173e125f6e3abe7b687de5b3703d186b4 Mon Sep 17 00:00:00 2001 From: zainab Dnaya Date: Tue, 26 Jul 2022 16:42:21 +0100 Subject: [PATCH] Update README.md --- subjects/weareunique/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/weareunique/README.md b/subjects/weareunique/README.md index 3a70eaf4..c95cc4b0 100644 --- a/subjects/weareunique/README.md +++ b/subjects/weareunique/README.md @@ -37,7 +37,7 @@ func main() { {"hello", "yoall"}, {"everyone", ""}, {"hello world", "fam"}, - {"pomme","pomme"} + {"pomme","pomme"}, } for _, v := range arr { fmt.Println(Weareunique(v[0], v[1])) @@ -57,4 +57,4 @@ $ go run . 11 0 $ -``` \ No newline at end of file +```