summaryrefslogtreecommitdiff
path: root/rust/leap/.exercism
diff options
context:
space:
mode:
Diffstat (limited to 'rust/leap/.exercism')
-rw-r--r--rust/leap/.exercism/config.json50
-rw-r--r--rust/leap/.exercism/metadata.json1
2 files changed, 51 insertions, 0 deletions
diff --git a/rust/leap/.exercism/config.json b/rust/leap/.exercism/config.json
new file mode 100644
index 0000000..d02f64b
--- /dev/null
+++ b/rust/leap/.exercism/config.json
@@ -0,0 +1,50 @@
+{
+ "authors": [
+ "EduardoBautista"
+ ],
+ "contributors": [
+ "andrewclarkson",
+ "andy5995",
+ "ashleygwilliams",
+ "ClashTheBunny",
+ "coriolinus",
+ "cwhakes",
+ "darnuria",
+ "EduardoBautista",
+ "efx",
+ "Emerentius",
+ "ErikSchierboom",
+ "hunger",
+ "IanWhitney",
+ "JIghtuse",
+ "jonasbn",
+ "kytrinyx",
+ "leoyvens",
+ "lutostag",
+ "mkantor",
+ "navossoc",
+ "nfiles",
+ "petertseng",
+ "pminten",
+ "rofrol",
+ "sshine",
+ "stringparser",
+ "xakon",
+ "ZapAnton"
+ ],
+ "files": {
+ "solution": [
+ "src/lib.rs",
+ "Cargo.toml"
+ ],
+ "test": [
+ "tests/leap.rs"
+ ],
+ "example": [
+ ".meta/example.rs"
+ ]
+ },
+ "blurb": "Determine whether a given year is a leap year.",
+ "source": "CodeRanch Cattle Drive, Assignment 3",
+ "source_url": "https://coderanch.com/t/718816/Leap"
+}
diff --git a/rust/leap/.exercism/metadata.json b/rust/leap/.exercism/metadata.json
new file mode 100644
index 0000000..30525a3
--- /dev/null
+++ b/rust/leap/.exercism/metadata.json
@@ -0,0 +1 @@
+{"track":"rust","exercise":"leap","id":"f987a62910da45e3907681fbc8d91d3e","url":"https://exercism.org/tracks/rust/exercises/leap","handle":"dim13","is_requester":true,"auto_approve":false} \ No newline at end of file