summaryrefslogtreecommitdiff
path: root/rust/grains/.exercism/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'rust/grains/.exercism/config.json')
-rw-r--r--rust/grains/.exercism/config.json37
1 files changed, 37 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"
+}