commit
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
print('First commit')
|
||||
for i in range(10):
|
||||
<<<<<<< HEAD
|
||||
print(i)
|
||||
print('Another commit')
|
||||
for i in range(10, 0, -1):
|
||||
=======
|
||||
>>>>>>> f8472e3 (commit)
|
||||
print(i)
|
||||
Reference in New Issue
Block a user