From b4eee9099386a9903b30083768a34be0e7aaa89a Mon Sep 17 00:00:00 2001 From: ameen-alam Date: Sun, 27 Oct 2024 12:50:48 +0500 Subject: [PATCH] Added a python script --- scripts/app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/app.py diff --git a/scripts/app.py b/scripts/app.py new file mode 100644 index 0000000..8c0fb51 --- /dev/null +++ b/scripts/app.py @@ -0,0 +1 @@ +print("This is my first contribution!") \ No newline at end of file