37 lines
750 B
JSON
37 lines
750 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"angelikatyborska",
|
|
"Cohen-Carlisle",
|
|
"dalexj",
|
|
"devonestes",
|
|
"henrik",
|
|
"jinyeow",
|
|
"koriroys",
|
|
"kytrinyx",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"pminten",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/space_age.ex"
|
|
],
|
|
"test": [
|
|
"test/space_age_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"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"
|
|
}
|