word_count
This commit is contained in:
39
elixir/word-count/.exercism/config.json
Normal file
39
elixir/word-count/.exercism/config.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"authors": [
|
||||
"rubysolo"
|
||||
],
|
||||
"contributors": [
|
||||
"andrewsardone",
|
||||
"angelikatyborska",
|
||||
"chriseyre2000",
|
||||
"Cohen-Carlisle",
|
||||
"dalexj",
|
||||
"dantswain",
|
||||
"devonestes",
|
||||
"henrik",
|
||||
"kronn",
|
||||
"kytrinyx",
|
||||
"lpil",
|
||||
"lucasprag",
|
||||
"MarcosX",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"patrickgombert",
|
||||
"sotojuan",
|
||||
"Teapane",
|
||||
"waiting-for-dev"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/word_count.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/word_count_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a phrase, count the occurrences of each word in that phrase.",
|
||||
"source": "This is a classic toy problem, but we were reminded of it by seeing it in the Go Tour."
|
||||
}
|
||||
1
elixir/word-count/.exercism/metadata.json
Normal file
1
elixir/word-count/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"word-count","id":"c8fad83593244f55a57afa42bc2f46cd","url":"https://exercism.org/tracks/elixir/exercises/word-count","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user