pop-count
This commit is contained in:
19
elixir/pop-count/.exercism/config.json
Normal file
19
elixir/pop-count/.exercism/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/pop-count/.exercism/metadata.json
Normal file
1
elixir/pop-count/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"pop-count","id":"d2363c035a2748d9a3b9561ce18f0315","url":"https://exercism.org/tracks/elixir/exercises/pop-count","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user