From e8d0f38fe192a57f5ff7c5d5962c1c764ea4f626 Mon Sep 17 00:00:00 2001 From: Artem Solomatin Date: Fri, 11 Oct 2024 01:32:06 +0300 Subject: [PATCH] Update find_nemo.clj --- src/battle_asserts/issues/find_nemo.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle_asserts/issues/find_nemo.clj b/src/battle_asserts/issues/find_nemo.clj index 3a5ac7b4..0982e07f 100644 --- a/src/battle_asserts/issues/find_nemo.clj +++ b/src/battle_asserts/issues/find_nemo.clj @@ -5,7 +5,7 @@ (def level :elementary) -(def tags ["strings"]) +(def tags ["strings" "games"]) (def description {:en "You are given a string of words. You need to find the word `Nemo`, and return a string like this: \"I found Nemo at [the order of the word you find nemo]!\". If you can't find Nemo, return \"I can't find Nemo :(\"."