exercism.org/c/grade-school/.exercism/config.json

24 lines
459 B
JSON
Raw Normal View History

2024-03-24 18:34:11 +01:00
{
"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"
}