Files
Exercism/julia/eliuds-eggs/.exercism/config.json

20 lines
462 B
JSON

{
"authors": [
"BNAndras"
],
"files": {
"solution": [
"eliuds-eggs.jl"
],
"test": [
"runtests.jl"
],
"example": [
".meta/example.jl"
]
},
"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"
}