exercism/elixir/two-fer/.exercism/config.json

25 lines
459 B
JSON
Raw Normal View History

2024-03-11 15:30:10 +00:00
{
"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"
}