From 1444868b953c4d3df6551cbfd1e72199c639eb47 Mon Sep 17 00:00:00 2001 From: Tammo Behrends Date: Mon, 12 Sep 2016 13:46:21 +0200 Subject: [PATCH] binary-search: Add to "exercises" key in config Adds the exercise to the "exercises" key in the config.json (see #360). --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.json b/config.json index 6b2a16fc92..5e2206964a 100644 --- a/config.json +++ b/config.json @@ -437,6 +437,12 @@ "difficulty": 1, "topics": [ ] + }, + { + "slug": "binary-search", + "difficulty": 1, + "topics": [ + ] } ], "deprecated": [