Solved grains in Bash

This commit is contained in:
2023-05-07 15:57:59 +02:00
parent c4a0a6c693
commit 9499420af9
7 changed files with 925 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"authors": [
"sjwarner-bp"
],
"contributors": [
"bkhl",
"budmc29",
"glennj",
"guygastineau",
"IsaacG",
"kotp",
"ZapAnton"
],
"files": {
"solution": [
"grains.sh"
],
"test": [
"grains.bats"
],
"example": [
".meta/example.sh"
]
},
"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"
}