Skip to content

Commit 4b015ee

Browse files
committed
Uncomment code that has been commented due to slow execution affecting Travis
1 parent a30231f commit 4b015ee

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project_euler/problem_012/sol1.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ def solution():
4242
"""Returns the value of the first triangle number to have over five hundred
4343
divisors.
4444
45-
# The code below has been commented due to slow execution affecting Travis.
46-
# >>> solution()
47-
# 76576500
45+
>>> solution()
46+
76576500
4847
"""
4948
tNum = 1
5049
i = 1

0 commit comments

Comments
 (0)