grade-school
This commit is contained in:
41
elixir/grade-school/.exercism/config.json
Normal file
41
elixir/grade-school/.exercism/config.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/grade-school/.exercism/metadata.json
Normal file
1
elixir/grade-school/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"grade-school","id":"9161318ecb0e46bc89207b97059c3866","url":"https://exercism.org/tracks/elixir/exercises/grade-school","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user