allergies

This commit is contained in:
2024-08-21 23:14:37 -04:00
parent d9bc141e51
commit 6bcb4db837
10 changed files with 500 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
{
"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"
}

View File

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