exercism-elixir/remote-control-car/.exercism/config.json
2022-02-11 13:56:43 -04:00

25 lines
461 B
JSON

{
"blurb": "Learn about structs by playing around with a remote controlled car.",
"icon": "elons-toys",
"authors": [
"neenjaw"
],
"contributors": [
"angelikatyborska"
],
"files": {
"solution": [
"lib/remote_control_car.ex"
],
"test": [
"test/remote_control_car_test.exs"
],
"exemplar": [
".meta/exemplar.ex"
]
},
"forked_from": [
"csharp/elons-toys"
],
"language_versions": ">=1.10"
}