Skip to content

Commit 26d12d6

Browse files
authored
Update even_array_square_sum.clj
1 parent d2190d6 commit 26d12d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/battle_asserts/issues/even_array_square_sum.clj

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

44
(def level :elementary)
55

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

88
(def description
99
{:en "Find the sum of the squares of all even numbers in the array."

0 commit comments

Comments
 (0)