Skip to content

Commit 3abbc68

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project_euler/problem_012/sol1.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ 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+
The code below has been commented due to slow execution affecting Travis.
46+
>>> solution()
47+
76576500
4848
"""
4949
tNum = 1
5050
i = 1

0 commit comments

Comments
 (0)