From 0e14bbe57d66756ec08cc6e943bd730a30bcea15 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 31 May 2024 23:01:55 +0200 Subject: Add gigasecond --- rust/gigasecond/.exercism/config.json | 45 +++++++++++++++++++++++++++++++++ rust/gigasecond/.exercism/metadata.json | 1 + 2 files changed, 46 insertions(+) create mode 100644 rust/gigasecond/.exercism/config.json create mode 100644 rust/gigasecond/.exercism/metadata.json (limited to 'rust/gigasecond/.exercism') 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" +} diff --git a/rust/gigasecond/.exercism/metadata.json b/rust/gigasecond/.exercism/metadata.json new file mode 100644 index 0000000..8032402 --- /dev/null +++ b/rust/gigasecond/.exercism/metadata.json @@ -0,0 +1 @@ +{"track":"rust","exercise":"gigasecond","id":"69c72d1b1a944e2b8c849b2d9b491265","url":"https://exercism.org/tracks/rust/exercises/gigasecond","handle":"dim13","is_requester":true,"auto_approve":false} \ No newline at end of file -- cgit v1.2.3