exercism/zig/grains/.exercism/config.json

23 lines
467 B
JSON
Raw Normal View History

2024-08-06 10:27:54 -04:00
{
"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"
}