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