Skip to content

Commit

Permalink
Each calculation step ends with a '.'_
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Oct 13, 2023
1 parent a6cafdd commit 674d70e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exercises/pop-count/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cases": [
{
"uuid": "559e789d-07d1-4422-9004-3b699f83bca3",
"description": "all zeros",
"description": "0 eggs",
"property": "eggCount",
"input": {
"number": 0
Expand Down
4 changes: 2 additions & 2 deletions exercises/pop-count/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Eliud is asking you to write a program that shows the actual number of eggs in t
The position information encoding is calculated as follows:

1. Scan the potential egg-laying spots and mark down a `1` for an existing egg or a `0` for an empty spot.
2. Convert the number from binary to decimal
3. Show the result on the display
2. Convert the number from binary to decimal.
3. Show the result on the display.

Example 1:

Expand Down

0 comments on commit 674d70e

Please sign in to comment.