Skip to content

Commit 47d6e56

Browse files
committed
Update jackpot.clj
1 parent b771f1a commit 47d6e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/battle_asserts/issues/jackpot.clj

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

55
(def level :elementary)
66

7-
(def tags ["strings"])
7+
(def tags ["strings" "games"])
88

99
(def description
1010
{:en "Create a function that takes in an array (slot machine outcome) and returns true if all elements in the array are identical, and false otherwise. The array will contain 3 elements."

0 commit comments

Comments
 (0)