summaryrefslogtreecommitdiff
path: root/rust/leap/.exercism
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2024-07-17 21:36:17 +0200
committerDimitri Sokolyuk <sokolyuk@gmail.com>2024-07-17 21:36:17 +0200
commit431a0b397afaa132473fd1f4c0197dd1c1cb7d9c (patch)
tree6be89729e01db607f4e431750899bfcddf71b3c3 /rust/leap/.exercism
parentc6178ed800c5aadd9da2063ff7d68e36db9b64e5 (diff)
Add leap yearHEADmaster
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