exercism/elixir/allergies/.exercism/config.json

38 lines
798 B
JSON
Raw Normal View History

2024-08-22 03:14:37 +00:00
{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"ggpasqualino",
"jinyeow",
"lpil",
"martinsvalin",
"meadsteve",
"montague",
"neenjaw",
"parkerl",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/allergies.ex"
],
"test": [
"test/allergies_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
"source": "Exercise by the JumpstartLab team for students at The Turing School of Software and Design.",
"source_url": "https://turing.edu"
}