mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
22 lines
433 B
JSON
22 lines
433 B
JSON
|
{
|
||
|
"authors": [
|
||
|
"vaeng"
|
||
|
],
|
||
|
"files": {
|
||
|
"solution": [
|
||
|
"freelancer_rates.cpp"
|
||
|
],
|
||
|
"test": [
|
||
|
"freelancer_rates_test.cpp"
|
||
|
],
|
||
|
"exemplar": [
|
||
|
".meta/exemplar.cpp"
|
||
|
]
|
||
|
},
|
||
|
"forked_from": [
|
||
|
"elixir/freelancer-rates"
|
||
|
],
|
||
|
"icon": "freelancer-rates",
|
||
|
"blurb": "Learn about integers and floating point numbers by helping a freelancer communicate with a project manager about billing."
|
||
|
}
|