all_your_base

This commit is contained in:
2024-06-26 20:24:48 -04:00
parent 22b46519fd
commit e0c8beb31f
10 changed files with 356 additions and 0 deletions

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

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