Skip to content

Commit 221b9ba

Browse files
committed
initial commit
0 parents  commit 221b9ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
print('hello')
2+
for i in range(1, 20):
3+
print(i)
4+

0 commit comments

Comments
 (0)