42 lines
751 B
JSON
42 lines
751 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"andrewsardone",
|
|
"angelikatyborska",
|
|
"bartj3",
|
|
"Cohen-Carlisle",
|
|
"dalexj",
|
|
"devonestes",
|
|
"drueck",
|
|
"elasticdog",
|
|
"jiegillet",
|
|
"jinyeow",
|
|
"kytrinyx",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"petehuang",
|
|
"pminten",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"veelenga",
|
|
"victorlcampos",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/school.ex"
|
|
],
|
|
"test": [
|
|
"test/school_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"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"
|
|
}
|