mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-09 21:30:47 -05:00
31 lines
683 B
JSON
31 lines
683 B
JSON
|
{
|
||
|
"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"
|
||
|
]
|
||
|
},
|
||
|
"blurb": "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.",
|
||
|
"source": "Partially inspired by Chapter 1 in Chris Pine's online Learn to Program tutorial.",
|
||
|
"source_url": "https://pine.fm/LearnToProgram/?Chapter=01"
|
||
|
}
|