mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"authors": [
|
|
"vaeng"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"vehicle_purchase.cpp"
|
|
],
|
|
"test": [
|
|
"vehicle_purchase_test.cpp"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.cpp",
|
|
".meta/exemplar.h"
|
|
],
|
|
"editor": [
|
|
"vehicle_purchase.h"
|
|
]
|
|
},
|
|
"forked_from": [
|
|
"go/vehicle-purchase"
|
|
],
|
|
"icon": "vehicle-purchase",
|
|
"blurb": "Learn about comparisons and if-statements while preparing for your next vehicle purchase"
|
|
}
|