diff --git a/test.py b/test.py index 8cde782..f55c0d4 100644 --- a/test.py +++ b/test.py @@ -1 +1,2 @@ print("hello world") +print('test001') \ No newline at end of file diff --git a/test2.py b/test2.py new file mode 100644 index 0000000..6babc45 --- /dev/null +++ b/test2.py @@ -0,0 +1 @@ +22222222 \ No newline at end of file