gigasecond
This commit is contained in:
34
elixir/gigasecond/.exercism/config.json
Normal file
34
elixir/gigasecond/.exercism/config.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
1
elixir/gigasecond/.exercism/metadata.json
Normal file
1
elixir/gigasecond/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"gigasecond","id":"5a877667e1af4bd5aa468ba8cdfb94aa","url":"https://exercism.org/tracks/elixir/exercises/gigasecond","handle":"negrienko","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user