mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
18 lines
260 B
JSON
18 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."
|
||
|
}
|