remote-control-car

This commit is contained in:
2023-12-22 23:18:08 -05:00
parent 3b19351ce4
commit cd5d83851d
11 changed files with 570 additions and 0 deletions

View 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."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"remote-control-car","id":"6223ef7a1ae142c1a18b31995b0b742e","url":"https://exercism.org/tracks/elixir/exercises/remote-control-car","handle":"negrienko","is_requester":true,"auto_approve":false}