exercism/elixir/strain/.exercism/config.json

30 lines
537 B
JSON
Raw Normal View History

2024-03-10 12:53:48 +00:00
{
"authors": [
"petehuang"
],
"contributors": [
"angelikatyborska",
"Cohen-Carlisle",
"devonestes",
"DoggettCK",
"fxn",
"kytrinyx",
"neenjaw",
"sotojuan"
],
"files": {
"solution": [
"lib/strain.ex"
],
"test": [
"test/strain_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Implement the `keep` and `discard` operation on collections.",
"source": "Conversation with James Edward Gray II",
"source_url": "http://graysoftinc.com/"
}