From d8e57ecbee50ba8823db2f1300c2d1112840d93a Mon Sep 17 00:00:00 2001 From: Rajeev Krishna Date: Tue, 15 Jul 2025 11:32:38 +0530 Subject: [PATCH 1/2] Changes made --- contributors/rajeevkm68.html | 42 ++++++++++++++++++++++++++++++++++++ scripts/contributors.js | 1 + 2 files changed, 43 insertions(+) create mode 100644 contributors/rajeevkm68.html diff --git a/contributors/rajeevkm68.html b/contributors/rajeevkm68.html new file mode 100644 index 00000000..2c4d70a3 --- /dev/null +++ b/contributors/rajeevkm68.html @@ -0,0 +1,42 @@ +
+

Your rajeevkm68

+

A small bio about you (optional)

+

Programming languages I use C,C++,Python

+
+
+ Python +
+
+ JavaScript +
+
+ +

Tools I use

+
+ + +
+
+ diff --git a/scripts/contributors.js b/scripts/contributors.js index a090a27a..4af74e83 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,4 +1,5 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", + "rajeevkm68.html", ]; From 83ef0b9331167acc0de43d636ea06dfd84d7e4a0 Mon Sep 17 00:00:00 2001 From: Roshan Jossy Date: Tue, 5 Aug 2025 21:50:18 +0200 Subject: [PATCH 2/2] Update contributors.js --- scripts/contributors.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/contributors.js b/scripts/contributors.js index 4af74e83..a090a27a 100644 --- a/scripts/contributors.js +++ b/scripts/contributors.js @@ -1,5 +1,4 @@ const contributorFiles = [ "roshanjossey.html", "gokultp.html", - "rajeevkm68.html", ];