Skip to content

Commit

Permalink
Update find_nemo.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Oct 10, 2024
1 parent 11987ef commit e8d0f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/find_nemo.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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 :(\"."
Expand Down

0 comments on commit e8d0f38

Please sign in to comment.