Skip to content

Commit 6d68812

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a363819 commit 6d68812

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project_euler/problem_095/sol1.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Problem 95
33
Url: https://projecteuler.net/problem=95
44
"""
5+
6+
57
def solution(n: int = 10**6) -> int:
68
"""
79
Returns the smallest member when n = 1000000

0 commit comments

Comments
 (0)