exercism/c/grains/.exercism/config.json

33 lines
648 B
JSON
Raw Normal View History

2024-06-09 11:52:24 -04:00
{
"authors": [
"RealBarrettBrown"
],
"contributors": [
"bcc32",
"Gamecock",
"gea-migration",
"h-3-0",
"patricksjackson",
"QLaille",
"ryanplusplus",
"wiredancer",
"wolf99"
],
"files": {
"solution": [
"grains.c",
"grains.h"
],
"test": [
"test_grains.c"
],
"example": [
".meta/example.c",
".meta/example.h"
]
},
"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"
}