Add several elixir solutions

This commit is contained in:
2022-08-25 13:28:30 +02:00
parent 57bc7b0289
commit 56734c60b9
32 changed files with 1191 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
{
"authors": [
"rubysolo"
],
"contributors": [
"andrewsardone",
"angelikatyborska",
"bunnymatic",
"Cohen-Carlisle",
"dalexj",
"devonestes",
"elasticdog",
"henrik",
"herminiotorres",
"jinyeow",
"lpil",
"neenjaw",
"parkerl",
"petehuang",
"pminten",
"sotojuan",
"Teapane",
"waiting-for-dev"
],
"files": {
"solution": [
"lib/grains.ex"
],
"test": [
"test/grains_test.exs"
],
"example": [
".meta/example.ex"
]
},
"blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
"source": "JavaRanch Cattle Drive, exercise 6",
"source_url": "http://www.javaranch.com/grains.jsp"
}

View File

@@ -0,0 +1 @@
{"track":"elixir","exercise":"grains","id":"323e0439aa1d482b91d857e239fa16b7","url":"https://exercism.org/tracks/elixir/exercises/grains","handle":"halfdan","is_requester":true,"auto_approve":false}