mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
20 lines
479 B
JSON
20 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"
|
||
|
}
|