diff --git a/test.py b/test.py index 5ea2216..a7a0141 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ for i in range(10): print(i,"hello worl") - print(i+1,"hello world") \ No newline at end of file + print(i+1,"hello world") + print(i+2,"hello world again") \ No newline at end of file diff --git a/test.txt b/test.txt index 879a3bf..117ad8b 100644 --- a/test.txt +++ b/test.txt @@ -1,2 +1,3 @@ my first commit -my second commit \ No newline at end of file +my second commit +my third commit \ No newline at end of file