diff --git a/test.py b/test.py index ca4cd9d..23e1f92 100644 --- a/test.py +++ b/test.py @@ -2,4 +2,5 @@ for i in range(10): print(i,"hello worl") print(i+1,"hello world") print(i+2,"hello world again") - print(i+3,"hello experimental_main") \ No newline at end of file + print(i+3,"hello experimental_main") + print(i+7,"hello experimental_main_1") \ No newline at end of file diff --git a/test.txt b/test.txt index 0678f61..aa4a88d 100644 --- a/test.txt +++ b/test.txt @@ -1,4 +1,5 @@ my first commit my second commit my third commit -my experimental_branch commit \ No newline at end of file +my experimental_branch commit +my experimental_branch commit 1 \ No newline at end of file