Newer
Older
exercism-cpp / space-age / .exercism / config.json
{
  "blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
  "authors": [
    "LegalizeAdulthood"
  ],
  "contributors": [
    "cyborgsphinx",
    "elyashiv",
    "HenryRLee",
    "jackhughesweb",
    "KevinWMatthews",
    "kytrinyx",
    "patricksjackson"
  ],
  "files": {
    "solution": [
      "space_age.cpp",
      "space_age.h"
    ],
    "test": [
      "space_age_test.cpp"
    ],
    "example": [
      ".meta/example.cpp",
      ".meta/example.h"
    ]
  },
  "source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
  "source_url": "http://pine.fm/LearnToProgram/?Chapter=01"
}