1
1
Fork 0
exercism/jq/space-age/.exercism/config.json
Christina Sørensen 40f6142abd
feat(jq): nucleotide, gigasecond, raindrops, space-age
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-12-12 17:35:16 +01:00

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"
}