Compare commits

..

No commits in common. "experimental_branch" and "main" have entirely different histories.

2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,3 @@
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")
print(i+7,"hello experimental_main_1")

View File

@ -1,5 +1,2 @@
my first commit
my second commit
my third commit
my experimental_branch commit
my experimental_branch commit 1