mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"authors": [
|
|
"keiravillekode"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"eliuds_eggs.zig"
|
|
],
|
|
"test": [
|
|
"test_eliuds_eggs.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"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"
|
|
}
|