From fd9fc3d61f180db95a68df1489191a34c856b2a5 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 3 Oct 2016 19:07:37 +0200 Subject: [PATCH] Remove deprecated problems key --- config.json | 88 +---------------------------------------------------- 1 file changed, 1 insertion(+), 87 deletions(-) diff --git a/config.json b/config.json index 04369afdc3..c91fe461de 100644 --- a/config.json +++ b/config.json @@ -3,92 +3,6 @@ "language": "C#", "repository": "https://github.com/exercism/xcsharp", "active": true, - "problems": [ - "hello-world", - "bob", - "leap", - "gigasecond", - "difference-of-squares", - "rna-transcription", - "sum-of-multiples", - "space-age", - "grains", - "pangram", - "hamming", - "raindrops", - "nucleotide-count", - "accumulate", - "bank-account", - "grade-school", - "etl", - "phone-number", - "strain", - "scrabble-score", - "proverb", - "robot-name", - "kindergarten-garden", - "protein-translation", - "perfect-numbers", - "clock", - "triangle", - "beer-song", - "sieve", - "queen-attack", - "binary-search", - "robot-simulator", - "isogram", - "secret-handshake", - "allergies", - "simple-linked-list", - "acronym", - "matrix", - "largest-series-product", - "house", - "saddle-points", - "pythagorean-triplet", - "series", - "twelve-days", - "anagram", - "word-count", - "prime-factors", - "meetup", - "all-your-base", - "pascals-triangle", - "simple-cipher", - "roman-numerals", - "flatten-array", - "binary-search-tree", - "minesweeper", - "atbash-cipher", - "food-chain", - "sublist", - "scale-generator", - "bracket-push", - "parallel-letter-frequency", - "linked-list", - "crypto-square", - "custom-set", - "ocr-numbers", - "circular-buffer", - "luhn", - "run-length-encoding", - "tournament", - "word-search", - "bowling", - "transpose", - "nth-prime", - "pig-latin", - "rail-fence-cipher", - "change", - "palindrome-products", - "diffie-hellman", - "dominoes", - "wordy", - "zebra-puzzle", - "diamond", - "say", - "variable-length-quantity" - ], "exercises": [ { "slug": "hello-world", @@ -786,4 +700,4 @@ "point-mutations", "counter" ] -} \ No newline at end of file +}