Newer
Older
exercism-cpp / grains / .exercism / config.json
@Wook Song Wook Song on 12 Oct 2022 609 bytes Easy: Add a solution for the exercise, Grains
{
  "blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "grains.cpp",
      "grains.h"
    ],
    "test": [
      "grains_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "JavaRanch Cattle Drive, exercise 6",
  "source_url": "http://www.javaranch.com/grains.jsp"
}