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