mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-12 14:40:46 -05:00
22 lines
467 B
JSON
22 lines
467 B
JSON
{
|
|
"authors": [
|
|
"massivelivefun"
|
|
],
|
|
"contributors": [
|
|
"ee7"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"grains.zig"
|
|
],
|
|
"test": [
|
|
"test_grains.zig"
|
|
],
|
|
"example": [
|
|
".meta/example.zig"
|
|
]
|
|
},
|
|
"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"
|
|
}
|