From 6ef0e47d29f8f86c938525f23ae43505a8226188 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 8 Oct 2022 10:38:31 +0530 Subject: [PATCH] first commit --- one.py | 1 + two.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 one.py create mode 100644 two.py diff --git a/one.py b/one.py new file mode 100644 index 00000000..8cde7829 --- /dev/null +++ b/one.py @@ -0,0 +1 @@ +print("hello world") diff --git a/two.py b/two.py new file mode 100644 index 00000000..fbc2c826 --- /dev/null +++ b/two.py @@ -0,0 +1 @@ +print("i am from two file") \ No newline at end of file