mirror of
https://github.com/ArthurDanjou/exercism-rust.git
synced 2026-01-14 12:14:35 +01:00
44 lines
810 B
JSON
44 lines
810 B
JSON
{
|
|
"blurb": "Given students' names along with the grade that they are in, create a roster for the school",
|
|
"authors": [
|
|
"EduardoBautista"
|
|
],
|
|
"contributors": [
|
|
"andrewclarkson",
|
|
"ashleygwilliams",
|
|
"coriolinus",
|
|
"cwhakes",
|
|
"EduardoBautista",
|
|
"efx",
|
|
"ErikSchierboom",
|
|
"ffflorian",
|
|
"IanWhitney",
|
|
"kytrinyx",
|
|
"lpil",
|
|
"lutostag",
|
|
"navossoc",
|
|
"nfiles",
|
|
"petertseng",
|
|
"pminten",
|
|
"rofrol",
|
|
"stevejb71",
|
|
"stringparser",
|
|
"xakon",
|
|
"ZapAnton"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"src/lib.rs",
|
|
"Cargo.toml"
|
|
],
|
|
"test": [
|
|
"tests/grade-school.rs"
|
|
],
|
|
"example": [
|
|
".meta/example.rs"
|
|
]
|
|
},
|
|
"source": "A pairing session with Phil Battos at gSchool",
|
|
"source_url": "http://gschool.it"
|
|
}
|