diff --git a/test.py b/test.py index 3f171feb69a4ae5f6bfb06f4fb960479c7d54066..1fc5c163fb6ac8a7f616cea720257401c3cf89ca 100644 --- a/test.py +++ b/test.py @@ -1 +1 @@ -print('test string') +print('modified test string') diff --git a/test2.py b/test2.py new file mode 100644 index 0000000000000000000000000000000000000000..52698110c8edc1a6d142c0934e8642b5aa093ce2 --- /dev/null +++ b/test2.py @@ -0,0 +1 @@ +print('Second String')