exercism/elixir/gigasecond/.exercism/config.json

35 lines
693 B
JSON
Raw Normal View History

2024-07-02 17:06:46 +00:00
{
"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"
}