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