summaryrefslogtreecommitdiff
path: root/rust/gigasecond/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'rust/gigasecond/.exercism/config.json')
-rw-r--r--rust/gigasecond/.exercism/config.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/rust/gigasecond/.exercism/config.json b/rust/gigasecond/.exercism/config.json
new file mode 100644
index 0000000..d3e038d
--- /dev/null
+++ b/rust/gigasecond/.exercism/config.json
@@ -0,0 +1,45 @@
+{
+ "authors": [
+ "IanWhitney"
+ ],
+ "contributors": [
+ "andy5995",
+ "ashleygwilliams",
+ "cbzehner",
+ "coriolinus",
+ "cwhakes",
+ "EduardoBautista",
+ "efx",
+ "ErikSchierboom",
+ "houhoulis",
+ "IanWhitney",
+ "janczer",
+ "leoyvens",
+ "lutostag",
+ "mkantor",
+ "nfiles",
+ "NieDzejkob",
+ "ocstl",
+ "petertseng",
+ "rofrol",
+ "sacherjj",
+ "stringparser",
+ "xakon",
+ "ZapAnton"
+ ],
+ "files": {
+ "solution": [
+ "src/lib.rs",
+ "Cargo.toml"
+ ],
+ "test": [
+ "tests/gigasecond.rs"
+ ],
+ "example": [
+ ".meta/example.rs"
+ ]
+ },
+ "blurb": "Given a moment, determine the moment that would be after a gigasecond has passed.",
+ "source": "Chapter 9 in Chris Pine's online Learn to Program tutorial.",
+ "source_url": "https://pine.fm/LearnToProgram/?Chapter=09"
+}