exercism/cpp/last-will/.exercism/config.json

17 lines
260 B
JSON

{
"authors": [
"vaeng"
],
"files": {
"solution": [
"last_will.cpp"
],
"test": [
"last_will_test.cpp"
],
"exemplar": [
".meta/exemplar.cpp"
]
},
"blurb": "Learn about namespaces by executing an estate."
}