40f6142abd
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
19 lines
466 B
JSON
19 lines
466 B
JSON
{
|
|
"authors": [
|
|
"glennj"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"space-age.jq"
|
|
],
|
|
"test": [
|
|
"test-space-age.bats"
|
|
],
|
|
"example": [
|
|
".meta/example.jq"
|
|
]
|
|
},
|
|
"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"
|
|
}
|