need_for_speed

This commit is contained in:
2024-03-07 00:52:53 -05:00
parent c62233f40f
commit 0c15aedc09
13 changed files with 499 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"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."
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"need-for-speed","id":"082ffb90c57f4558b617e4fd2b89ca7a","url":"https://exercism.org/tracks/elixir/exercises/need-for-speed","handle":"negrienko","is_requester":true,"auto_approve":false}