35 lines
693 B
JSON
35 lines
693 B
JSON
{
|
|
"authors": [
|
|
"rubysolo"
|
|
],
|
|
"contributors": [
|
|
"andrewsardone",
|
|
"angelikatyborska",
|
|
"Cohen-Carlisle",
|
|
"dalexj",
|
|
"devonestes",
|
|
"jinyeow",
|
|
"lpil",
|
|
"neenjaw",
|
|
"parkerl",
|
|
"petehuang",
|
|
"sotojuan",
|
|
"Teapane",
|
|
"waiting-for-dev"
|
|
],
|
|
"files": {
|
|
"solution": [
|
|
"lib/gigasecond.ex"
|
|
],
|
|
"test": [
|
|
"test/gigasecond_test.exs"
|
|
],
|
|
"example": [
|
|
".meta/example.ex"
|
|
]
|
|
},
|
|
"blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
|
|
"source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
|
|
"source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
|
|
}
|