mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
21 lines
356 B
JSON
21 lines
356 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"vaeng"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"interest_is_interesting.cpp"
|
||
|
],
|
||
|
"test": [
|
||
|
"interest_is_interesting_test.cpp"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.cpp"
|
||
|
]
|
||
|
},
|
||
|
"forked_from": [
|
||
|
"go/interest-is-interesting"
|
||
|
],
|
||
|
"blurb": "Learn about loops by adding interest to savings accounts."
|
||
|
}
|