Newer
Older
exercism-cpp / grade-school / .exercism / config.json
{
  "blurb": "Given students' names along with the grade that they are in, create a roster for the school",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "AlexLeSang",
    "cyborgsphinx",
    "elyashiv",
    "j0ran",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "objarni",
    "patricksjackson",
    "siebenschlaefer"
  ],
  "files": {
    "solution": [
      "grade_school.cpp",
      "grade_school.h"
    ],
    "test": [
      "grade_school_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "A pairing session with Phil Battos at gSchool",
  "source_url": "http://gschool.it"
}