Skip to content

Commit

Permalink
pop-count: rename to eliuds-eggs (#201)
Browse files Browse the repository at this point in the history
* Rename the `pop-count` exercise to `eliuds-eggs`.

* Fix file names
  • Loading branch information
ErikSchierboom authored Feb 15, 2024
1 parent ab5a455 commit 3d19995
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
]
},
{
"slug": "pop-count",
"slug": "eliuds-eggs",
"name": "Eliud's Eggs",
"uuid": "36bd6f23-9c8e-4ccf-a145-38a707a5481f",
"practices": [],
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
],
"files": {
"solution": [
"pop_count.asm"
"eliuds_eggs.asm"
],
"test": [
"pop_count_test.c"
"eliuds_eggs_test.c"
],
"example": [
".meta/example.asm"
]
},
"blurb": "Help Eluid count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"blurb": "Help Eliud count the number of eggs in her chicken coop by counting the number of 1 bits in a binary representation.",
"source": "Christian Willner, Eric Willigers",
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-pop-count/7632/5"
"source_url": "https://forum.exercism.org/t/new-exercise-suggestion-eliuds-eggs/7632/5"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d19995

Please sign in to comment.