Initial upload
This commit is contained in:
35
elixir/leap/.exercism/config.json
Normal file
35
elixir/leap/.exercism/config.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"authors": [
|
||||
"rubysolo"
|
||||
],
|
||||
"contributors": [
|
||||
"angelikatyborska",
|
||||
"Cohen-Carlisle",
|
||||
"dalexj",
|
||||
"devonestes",
|
||||
"glennular",
|
||||
"jinyeow",
|
||||
"korbin",
|
||||
"kytrinyx",
|
||||
"lpil",
|
||||
"neenjaw",
|
||||
"parkerl",
|
||||
"sotojuan",
|
||||
"Teapane",
|
||||
"waiting-for-dev"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"lib/year.ex"
|
||||
],
|
||||
"test": [
|
||||
"test/year_test.exs"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.ex"
|
||||
]
|
||||
},
|
||||
"blurb": "Given a year, report if it is a leap year.",
|
||||
"source": "JavaRanch Cattle Drive, exercise 3",
|
||||
"source_url": "http://www.javaranch.com/leap.jsp"
|
||||
}
|
1
elixir/leap/.exercism/metadata.json
Normal file
1
elixir/leap/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"elixir","exercise":"leap","id":"0621ad4832e546b6b1a1e5e07af0b3f0","url":"https://exercism.org/tracks/elixir/exercises/leap","handle":"halfdan","is_requester":true,"auto_approve":false}
|
Reference in New Issue
Block a user