mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
19 lines
329 B
JSON
19 lines
329 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"vaeng"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"making_the_grade.cpp"
|
||
|
],
|
||
|
"test": [
|
||
|
"making_the_grade_test.cpp"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.cpp"
|
||
|
]
|
||
|
},
|
||
|
"icon": "grep",
|
||
|
"blurb": "Learn about arrays and vectors by grading and organizing your students exam scores."
|
||
|
}
|