From 2c66eb80c4b2dfea0f9bc1f866447a1b9bbd8f41 Mon Sep 17 00:00:00 2001 From: gl-guccione <67318845+gl-guccione@users.noreply.github.com> Date: Sat, 24 Oct 2020 12:25:54 +0200 Subject: [PATCH] Added riddle --- data/riddles.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/riddles.json b/data/riddles.json index c303d2b..66b903a 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":"I have cities, but no houses. I have mountains, but non tree. I have water, but no fish. What am I?", + "answer":"A map." } ]