word_count

This commit is contained in:
2024-08-21 22:40:34 -04:00
parent d00a9787f9
commit d9bc141e51
10 changed files with 385 additions and 0 deletions

View 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."
}

View 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}