grains
This commit is contained in:
39
elixir/grains/.exercism/config.json
Normal file
39
elixir/grains/.exercism/config.json
Normal 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": "The CodeRanch Cattle Drive, Assignment 6",
|
||||
"source_url": "https://coderanch.com/wiki/718824/Grains"
|
||||
}
|
||||
1
elixir/grains/.exercism/metadata.json
Normal file
1
elixir/grains/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"grains","id":"cfa89389b43c46c79214bc6e2ad0038c","url":"https://exercism.org/tracks/elixir/exercises/grains","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user