From 45530375a9515ac2b4091ffe277221f9380e68f2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 31 May 2024 23:42:26 +0200 Subject: Sovle grains --- rust/grains/.exercism/config.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 rust/grains/.exercism/config.json (limited to 'rust/grains/.exercism/config.json') 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" +} -- cgit v1.2.3