project-euler-100

[RADIOACTIVE] solutions to the first 100 challenges of project euler
git clone git://git.figbert.com/project-euler-100.git
Log | Files | Refs | README

commit baa72a3bc51784bfd4d8e975d8eac155a6e7bf78
parent 295963d4c768de706c411f302bcb631bc2a5149d
Author: therealFIGBERT <figbertwelner@gmail.com>
Date:   Sat, 25 Jan 2020 12:41:34 -0800

Add blank line to the end of problem 7 solution

Diffstat:
Mproblem007.py | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/problem007.py b/problem007.py @@ -26,4 +26,4 @@ def search(): returnValue = sieveOfEratosthenes(searchRange) print(returnValue[10000]) -search() -\ No newline at end of file +search()