40 lines
760 B
JSON
40 lines
760 B
JSON
{
|
|
"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"
|
|
}
|