From 1519ec135285ae150773483756b7e84c09d7c241 Mon Sep 17 00:00:00 2001 From: keshav Date: Fri, 30 Apr 2021 12:46:21 +0530 Subject: [PATCH] My first git push --- test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 00000000..8e235769 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file