mirror of
https://codeberg.org/andyscott/exercism.git
synced 2024-11-14 07:10:48 -05:00
30 lines
645 B
JSON
30 lines
645 B
JSON
{
|
|
"authors": [
|
|
"Guntau"
|
|
],
|
|
"contributors": [
|
|
"bcc32",
|
|
"Gamecock",
|
|
"h-3-0",
|
|
"patricksjackson",
|
|
"QLaille",
|
|
"ryanplusplus",
|
|
"wolf99"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"space_age.c",
|
|
"space_age.h"
|
|
],
|
|
"test": [
|
|
"test_space_age.c"
|
|
],
|
|
"example": [
|
|
".meta/example.c",
|
|
".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"
|
|
}
|