From 7ae4206ab6c6d58cb40bc52563a068bf917e03e2 Mon Sep 17 00:00:00 2001 From: Benjamin Reynolds Date: Sun, 21 Oct 2018 14:31:24 -0500 Subject: [PATCH] Update config.json --- config.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 3c01fc46..755371b4 100644 --- a/config.json +++ b/config.json @@ -5,12 +5,22 @@ "core": false, "difficulty": 1, "slug": "hello-world", + "topics": [ + "string" + ], + "unlocked_by": null, + "uuid": "4fb471fc-4e6d-486d-abf5-939e89f028fc" + }, + { + "core": false, + "difficulty": 1, + "slug": "two-few", "topics": [ "optional_values", "text_formatting" ], "unlocked_by": null, - "uuid": "4fb471fc-4e6d-486d-abf5-939e89f028fc" + "uuid": "27ffc2d2-e950-40a1-90fa-a1f3eec4fd36" }, { "core": false, @@ -210,4 +220,4 @@ ], "foregone": [], "language": "Racket" -} \ No newline at end of file +}