Compare commits
2 Commits
78efe8c2c1
...
4b406502d1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b406502d1 | |||
| f8472e3113 |
@@ -0,0 +1,6 @@
|
||||
print('First commit')
|
||||
for i in range(10):
|
||||
print(i)
|
||||
print('Another commit')
|
||||
for i in range(10, 0, -1):
|
||||
print(i)
|
||||
Reference in New Issue
Block a user