Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed May 3, 2022
1 parent 43c91d5 commit 4c14b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ students. In the end, there will only be one rabbit left.

Every day, there are two options. If there is an odd number of rabbits, then the
rabbits "multiply like wild", specifically by three. Then one more rabbit shows
up. Specifically, there will be `3 * (rabbits + 1)` rabbits the next day.
up. Specifically, there will be `(3 * rabbits) + 1` rabbits the next day.

On the other hand, if there is an even number of rabbits, then that's the
perfect number for the wolves to eat! The next day, there will be half as many
Expand Down

0 comments on commit 4c14b9d

Please sign in to comment.