Initial upload
This commit is contained in:
28
elixir/need-for-speed/.exercism/config.json
Normal file
28
elixir/need-for-speed/.exercism/config.json
Normal 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."
|
||||
}
|
1
elixir/need-for-speed/.exercism/metadata.json
Normal file
1
elixir/need-for-speed/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"need-for-speed","id":"38ba42c7ad434333b67b6e7a59e671a7","url":"https://exercism.org/tracks/elixir/exercises/need-for-speed","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user