Skip to content

Commit d26ecad

Browse files
Update benchmarks_running.py
1 parent 475c6e9 commit d26ecad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks_running.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import sys, os
1313
sys.setrecursionlimit(2000)
1414

15-
for i in range(153, 226):
15+
for i in range(1, 226):
1616
print('===================')
1717
print("| Program No.: " + str(i))
1818
print('===================')

0 commit comments

Comments
 (0)