24 lines
459 B
JSON
24 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"
|
||
|
}
|