Skip to content

Commit 50059e5

Browse files
committed
Removed args from solution()
1 parent c5276b4 commit 50059e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_72/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ def solution(N: int = 1_000_000) -> int:
4343

4444

4545
if __name__ == "__main__":
46-
print(solution(100))
46+
print(solution())

0 commit comments

Comments
 (0)