exercism.org/c/grade-school/.exercism/config.json
2024-03-24 18:37:22 +01:00

23 lines
459 B
JSON

{
"authors": [
"wolf99"
],
"contributors": [
"ryanplusplus"
],
"files": {
"solution": [
"grade_school.c",
"grade_school.h"
],
"test": [
"test_grade_school.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"blurb": "Given students' names along with the grade that they are in, create a roster for the school.",
"source": "A pairing session with Phil Battos at gSchool"
}