feat:
--my experimental_branch commit 1 --print(i+7,"hello experimental_main_1")
This commit is contained in:
parent
32e0680905
commit
89ef706f97
1
test.py
1
test.py
@ -3,3 +3,4 @@ for i in range(10):
|
||||
print(i+1,"hello world")
|
||||
print(i+2,"hello world again")
|
||||
print(i+3,"hello experimental_main")
|
||||
print(i+7,"hello experimental_main_1")
|
||||
Loading…
Reference in New Issue
Block a user