From e775ffd97ee3eb1c8075f59143b3d691918cfa5e Mon Sep 17 00:00:00 2001 From: Aditya Raute <43912470+adityaraute@users.noreply.github.com> Date: Sun, 7 Mar 2021 00:38:25 +0530 Subject: [PATCH] Add Newspaper riddle --- data/riddles.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/riddles.json b/data/riddles.json index e082c1e..c6a96e4 100644 --- a/data/riddles.json +++ b/data/riddles.json @@ -346,5 +346,9 @@ { "riddle":"What is full of holes but still holds water?", "answer":"A sponge" + }, + { + "riddle":"What's black and white, and red all over?", + "answer":"Newspaper" } ]