This commit is contained in:
2024-03-11 11:44:09 -04:00
parent d46a9b8e9a
commit 22b46519fd
10 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"authors": [
"Teapane"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"gmile",
"henrik",
"jwworth",
"lpil",
"martinsvalin",
"neenjaw",
"parkerl",
"rubysolo",
"sotojuan",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/acronym.ex"
],
"test": [
"test/acronym_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Convert a long phrase to its acronym.",
"source": "Julien Vanier",
"source_url": "https://github.com/monkbroc"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"acronym","id":"6e61a6a0f47e4396aad6d4854fe80fb4","url":"https://exercism.org/tracks/elixir/exercises/acronym","handle":"negrienko","is_requester":true,"auto_approve":false}