From f8b5e24d1f9b2d94646263dbebd4d5538cbf2f09 Mon Sep 17 00:00:00 2001 From: siwaniagrawal Date: Tue, 17 Oct 2023 20:27:54 +0530 Subject: [PATCH 1/2] added python scipt --- scripts/siwani.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/siwani.py diff --git a/scripts/siwani.py b/scripts/siwani.py new file mode 100644 index 00000000..ad35e5ae --- /dev/null +++ b/scripts/siwani.py @@ -0,0 +1 @@ +print("Hello World") From 29a9069eb44eb69d6d0aee0eec850df70a974d3d Mon Sep 17 00:00:00 2001 From: siwaniagrawal Date: Tue, 17 Oct 2023 20:29:51 +0530 Subject: [PATCH 2/2] added js scipt --- scripts/siwani.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/siwani.js diff --git a/scripts/siwani.js b/scripts/siwani.js new file mode 100644 index 00000000..665c637a --- /dev/null +++ b/scripts/siwani.js @@ -0,0 +1 @@ +print("hello world!")