Skip to content

Commit e8d0f38

Browse files
authored
Update find_nemo.clj
1 parent 11987ef commit e8d0f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/battle_asserts/issues/find_nemo.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
(def level :elementary)
77

8-
(def tags ["strings"])
8+
(def tags ["strings" "games"])
99

1010
(def description
1111
{: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 :(\"."

0 commit comments

Comments
 (0)