Skip to content

Commit

Permalink
Fix: is-your-birthday-lucky.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen-442b committed Aug 19, 2021
1 parent 5974db0 commit bc87cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/is-your-birthday-lucky.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- Take user's complete birthday
- And his/her lucky number.
- Now, find out if sum of diigits of birthday is divisible by the lucky number.
- Now, find out if sum of digits of birthday is divisible by the lucky number.
- Show the result to user with some graphics.

## additional
Expand Down

0 comments on commit bc87cf9

Please sign in to comment.