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