From 437c21d14c861e713df1b469d67599e84844d586 Mon Sep 17 00:00:00 2001 From: Beth <71175954+bethwilliamson@users.noreply.github.com> Date: Mon, 26 Oct 2020 12:43:27 +0000 Subject: [PATCH] Add riddle --- data/riddles.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/riddles.json b/data/riddles.json index c303d2b..7e70e4d 100644 --- a/data/riddles.json +++ b/data/riddles.json @@ -306,5 +306,9 @@ { "riddle":"Which is heavier: a ton of bricks or a ton of feathers?", "answer":"Neither—they both weigh a ton." + }, + { + "riddle": "What travels all around the world, but always stays in the corner? ", + "answer": "A stamp" } ]