You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
492 B
24 lines
492 B
{ |
|
"blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.", |
|
"authors": [ |
|
"arguello" |
|
], |
|
"contributors": [ |
|
"mbertheau", |
|
"PurityControl", |
|
"yurrriq" |
|
], |
|
"files": { |
|
"solution": [ |
|
"grains.rkt" |
|
], |
|
"test": [ |
|
"grains-test.rkt" |
|
], |
|
"example": [ |
|
".meta/example.rkt" |
|
] |
|
}, |
|
"source": "JavaRanch Cattle Drive, exercise 6", |
|
"source_url": "http://www.javaranch.com/grains.jsp" |
|
}
|
|
|