summaryrefslogtreecommitdiff
path: root/rust/grains/.exercism
diff options
context:
space:
mode:
Diffstat (limited to 'rust/grains/.exercism')
-rw-r--r--rust/grains/.exercism/config.json37
-rw-r--r--rust/grains/.exercism/metadata.json1
2 files changed, 38 insertions, 0 deletions
diff --git a/rust/grains/.exercism/config.json b/rust/grains/.exercism/config.json
new file mode 100644
index 0000000..21f042d
--- /dev/null
+++ b/rust/grains/.exercism/config.json
@@ -0,0 +1,37 @@
+{
+ "authors": [
+ "IanWhitney"
+ ],
+ "contributors": [
+ "ClashTheBunny",
+ "coriolinus",
+ "cwhakes",
+ "efx",
+ "ErikSchierboom",
+ "krodyrobi",
+ "lutostag",
+ "navossoc",
+ "nfiles",
+ "petertseng",
+ "rofrol",
+ "stringparser",
+ "TheDarkula",
+ "xakon",
+ "ZapAnton"
+ ],
+ "files": {
+ "solution": [
+ "src/lib.rs",
+ "Cargo.toml"
+ ],
+ "test": [
+ "tests/grains.rs"
+ ],
+ "example": [
+ ".meta/example.rs"
+ ]
+ },
+ "blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
+ "source": "The CodeRanch Cattle Drive, Assignment 6",
+ "source_url": "https://coderanch.com/wiki/718824/Grains"
+}
diff --git a/rust/grains/.exercism/metadata.json b/rust/grains/.exercism/metadata.json
new file mode 100644
index 0000000..ef52490
--- /dev/null
+++ b/rust/grains/.exercism/metadata.json
@@ -0,0 +1 @@
+{"track":"rust","exercise":"grains","id":"592aff3d25c74b5ea831250990bee416","url":"https://exercism.org/tracks/rust/exercises/grains","handle":"dim13","is_requester":true,"auto_approve":false} \ No newline at end of file