exercism/elixir/grade-school/.exercism/config.json

42 lines
751 B
JSON
Raw Normal View History

2024-07-03 02:36:32 +00:00
{
"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"
}