gigasecond

This commit is contained in:
2024-07-02 13:06:46 -04:00
parent 81b389528e
commit 2b1e10247b
10 changed files with 279 additions and 0 deletions

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

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