Skip to content

Commit 575d88c

Browse files
authored
Update guess_score.clj
1 parent 9610255 commit 575d88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/battle_asserts/issues/guess_score.clj

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

44
(def level :easy)
55

6-
(def tags ["collections"])
6+
(def tags ["collections" "games"])
77

88
(def description
99
{:en "Write a function that takes the assumed and real soccer match scores as the arguments and returns 2 if the score is correct, 1 if the winner is correct but the score is wrong and 0 if the winner is wrong."

0 commit comments

Comments
 (0)