Skip to content

Commit

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

(def level :elementary)

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

(def description
{:en "If a number is divisible by 3, return \"Fizz\". If a number is divisible by 5, return \"Buzz\". If a number is divisible by 3 and 5, return \"FizzBuzz\". Otherwise, return an empty string."
Expand Down

0 comments on commit e666c9f

Please sign in to comment.