Skip to content

Commit

Permalink
Update guess_score.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Oct 10, 2024
1 parent 9610255 commit 575d88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/guess_score.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(def level :easy)

(def tags ["collections"])
(def tags ["collections" "games"])

(def description
{: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."
Expand Down

0 comments on commit 575d88c

Please sign in to comment.