Skip to content

Commit

Permalink
Add numPy solution to problem 005 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailanefelix authored Sep 24, 2021
1 parent ee02426 commit 8807626
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions euler0XX/euler005_numPy.py/euler005-numPy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from numpy import lcm
print(lcm.reduce(range(2, 21)))

0 comments on commit 8807626

Please sign in to comment.