29 lines
554 B
JSON
29 lines
554 B
JSON
{
|
|
"authors": [
|
|
"angelikatyborska"
|
|
],
|
|
"contributors": [
|
|
"neenjaw"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/need_for_speed.ex"
|
|
],
|
|
"test": [
|
|
"test/need_for_speed_test.exs"
|
|
],
|
|
"exemplar": [
|
|
".meta/exemplar.ex"
|
|
],
|
|
"editor": [
|
|
"lib/need_for_speed/race.ex",
|
|
"lib/need_for_speed/remote_control_car.ex"
|
|
]
|
|
},
|
|
"language_versions": ">=1.10",
|
|
"forked_from": [
|
|
"csharp/need-for-speed"
|
|
],
|
|
"blurb": "Learn about reusing code with alias and import by racing remote controlled cars."
|
|
}
|