all_your_base
This commit is contained in:
27
elixir/all-your-base/.exercism/config.json
Normal file
27
elixir/all-your-base/.exercism/config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"authors": [
|
||||
"ananthamapod"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"ChristianTovar",
|
||||
"Cohen-Carlisle",
|
||||
"devonestes",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"sotojuan",
|
||||
"ybod"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/all_your_base.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/all_your_base_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Convert a number, represented as a sequence of digits in one base, to any other base."
|
||||
}
|
||||
1
elixir/all-your-base/.exercism/metadata.json
Normal file
1
elixir/all-your-base/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"all-your-base","id":"98d3bf453a6d4f1383988013aadb22c0","url":"https://exercism.org/tracks/elixir/exercises/all-your-base","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user