exercism/zig/eliuds-eggs/.exercism/config.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"
}