Initial upload
This commit is contained in:
25
elixir/remote-control-car/.exercism/config.json
Normal file
25
elixir/remote-control-car/.exercism/config.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"authors": [
|
||||
"neenjaw"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/remote_control_car.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/remote_control_car_test.exs"
|
||||
],
|
||||
"exemplar": [
|
||||
".meta/exemplar.ex"
|
||||
]
|
||||
},
|
||||
"language_versions": ">=1.10",
|
||||
"forked_from": [
|
||||
"csharp/elons-toys"
|
||||
],
|
||||
"icon": "elons-toys",
|
||||
"blurb": "Learn about structs by playing around with a remote controlled car."
|
||||
}
|
1
elixir/remote-control-car/.exercism/metadata.json
Normal file
1
elixir/remote-control-car/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"remote-control-car","id":"994a66b4115e4b5eb955a1e2d289cf91","url":"https://exercism.org/tracks/elixir/exercises/remote-control-car","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user