Newer
Older
exercism-cpp / gigasecond / .exercism / config.json
{
  "blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "menaczar",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "gigasecond.cpp",
      "gigasecond.h"
    ],
    "test": [
      "gigasecond_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
  "source_url": "http://pine.fm/LearnToProgram/?Chapter=09"
}