From 88357203828967b78c676ea5c71d1e73181ac307 Mon Sep 17 00:00:00 2001 From: jayanth <70301957+jayanth-7@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:56:59 +0530 Subject: [PATCH 1/2] Create Mind_Math.html --- entries/Mind_Math.html | 231 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 entries/Mind_Math.html diff --git a/entries/Mind_Math.html b/entries/Mind_Math.html new file mode 100644 index 00000000..19634e87 --- /dev/null +++ b/entries/Mind_Math.html @@ -0,0 +1,231 @@ + + + + + + Mind Math + + + +
+

0 + 0

+

ans: 0

+
+ +
+
+ +
+ +
+ + + + From 18c79edbb2493043ee8059e874a41a4bbbb0e0e8 Mon Sep 17 00:00:00 2001 From: jayanth <70301957+jayanth-7@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:59:56 +0530 Subject: [PATCH 2/2] Update entries.js --- entries.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entries.js b/entries.js index 5d90a0d4..51efbc4a 100644 --- a/entries.js +++ b/entries.js @@ -609,4 +609,11 @@ const entries = [ author: "Rupesh Soni", github: "rsoni124" }, + { + title: "Mind Math", + filename: "Mind_Math.html", + description: "A simple math game of two numbers", + author: "Jayanth", + github: "jayanth-7" + } ];