From 431a0b397afaa132473fd1f4c0197dd1c1cb7d9c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 17 Jul 2024 21:36:17 +0200 Subject: Add leap year --- rust/leap/.exercism/config.json | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 rust/leap/.exercism/config.json (limited to 'rust/leap/.exercism/config.json') 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" +} -- cgit v1.2.3