From dd967219b8c0309d8efdc0b1dec882caed258a5e Mon Sep 17 00:00:00 2001 From: SHANDCRUZ Date: Tue, 2 Feb 2021 20:25:35 +0530 Subject: [PATCH] first PR --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 000000000..7095a2218 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hi everyone")