two_fer
This commit is contained in:
24
elixir/two-fer/.exercism/config.json
Normal file
24
elixir/two-fer/.exercism/config.json
Normal 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"
|
||||
}
|
||||
1
elixir/two-fer/.exercism/metadata.json
Normal file
1
elixir/two-fer/.exercism/metadata.json
Normal 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}
|
||||
Reference in New Issue
Block a user