exercism/elixir/pop-count/.exercism/config.json

20 lines
474 B
JSON
Raw Normal View History

2023-12-21 04:21:06 +00:00
{
"authors": [
"kahgoh"
],
"files": {
"solution": [
"lib/pop_count.ex"
],
"test": [
"test/pop_count_test.exs"
],
"example": [
".meta/example.ex"
]
},
"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"
}