Newer
Older
exercism-cpp / allergies / .exercism / config.json
{
  "blurb": "Given a person's allergy score, determine whether or not they're allergic to a given item, and their full list of allergies.",
  "authors": [
    "vivshaw"
  ],
  "contributors": [
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "LegalizeAdulthood",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "allergies.cpp",
      "allergies.h"
    ],
    "test": [
      "allergies_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Jumpstart Lab Warm-up",
  "source_url": "http://jumpstartlab.com"
}