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