From dfd20410a8c998e339e36cfcefed2f68d132584c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Nygaard=20=C3=85snes?= Date: Sun, 8 Oct 2017 11:40:05 +0200 Subject: [PATCH] Added Collatz Conjecture to config --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.json b/config.json index 41e0e3a..e3a670d 100644 --- a/config.json +++ b/config.json @@ -320,6 +320,15 @@ "difficulty": 1, "topics": [ + ] + }, + { + "slug": "collatz-conjecture", + "core": false, + "unlocked_by": null, + "difficulty": 1, + "topics": [ + ] } ],