MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / sol2.py

File sol2.py

project_euler/problem_005/sol2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from maths.greatest_common_divisor import greatest_common_divisor
2
3"""
4Project Euler Problem 5: https://projecteuler.net/problem=5

Callers

nothing calls this directly

Calls 1

solutionFunction · 0.70

Tested by

no test coverage detected