leap
This commit is contained in:
26
leap/.exercism/config.json
Normal file
26
leap/.exercism/config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"authors": [
|
||||
"lpil"
|
||||
],
|
||||
"contributors": [
|
||||
"kytrinyx"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"src/leap.gleam"
|
||||
],
|
||||
"test": [
|
||||
"test/leap_test.gleam"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.gleam"
|
||||
],
|
||||
"invalidator": [
|
||||
"gleam.toml",
|
||||
"manifest.toml"
|
||||
]
|
||||
},
|
||||
"blurb": "Determine whether a given year is a leap year.",
|
||||
"source": "CodeRanch Cattle Drive, Assignment 3",
|
||||
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
|
||||
}
|
||||
1
leap/.exercism/metadata.json
Normal file
1
leap/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"gleam","exercise":"leap","id":"0ebcfce9db514d86af3f807b47db5a1e","url":"https://exercism.org/tracks/gleam/exercises/leap","handle":"fw353qwgs","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user