This commit is contained in:
2024-03-11 11:30:10 -04:00
parent 4265743d75
commit d46a9b8e9a
10 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"Bscruz19"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"neenjaw"
],
"files": {
"solution": [
"lib/two_fer.ex"
],
"test": [
"test/two_fer_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Create a sentence of the form \"One for X, one for me.\".",
"source_url": "https://github.com/exercism/problem-specifications/issues/757"
}

View File

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