From 8db87a20f3a0ee3167f00bab0ebb56825e5e9d27 Mon Sep 17 00:00:00 2001 From: Hanif Farooqui Date: Thu, 6 Oct 2022 21:43:22 +0530 Subject: [PATCH 1/2] added a new joke --- src/jokes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jokes.json b/src/jokes.json index 5c76ea7..a2c3b2c 100644 --- a/src/jokes.json +++ b/src/jokes.json @@ -802,5 +802,7 @@ "191": "Programming is like sex: One mistake and you have to support it for the rest of your life.", - "192": "Chuck Norris writes code, that optimizes itself." + "192": "Chuck Norris writes code, that optimizes itself.", + + "193": "Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science." } From c6403e75e85787763fdd105e59a3379975777795 Mon Sep 17 00:00:00 2001 From: Hanif Farooqui Date: Thu, 6 Oct 2022 21:46:49 +0530 Subject: [PATCH 2/2] corrected numbering --- src/jokes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jokes.json b/src/jokes.json index a2c3b2c..0686e34 100644 --- a/src/jokes.json +++ b/src/jokes.json @@ -804,5 +804,5 @@ "192": "Chuck Norris writes code, that optimizes itself.", - "193": "Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science." + "194": "Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science." }