feat:
--my experimental_branch commit 1 --print(i+7,"hello experimental_main_1")
This commit is contained in:
parent
32e0680905
commit
89ef706f97
3
test.py
3
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")
|
||||
print(i+3,"hello experimental_main")
|
||||
print(i+7,"hello experimental_main_1")
|
||||
Loading…
Reference in New Issue
Block a user