From 53a77b381637b41a9f010185c74bbc1c3542348c Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 16 Jun 2020 01:26:03 -0400 Subject: [PATCH] Updated modified stamp --- src/main/java/mattrixwv/ProjectEuler/Problems/Problem10.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/mattrixwv/ProjectEuler/Problems/Problem10.java b/src/main/java/mattrixwv/ProjectEuler/Problems/Problem10.java index 390d275..163821d 100644 --- a/src/main/java/mattrixwv/ProjectEuler/Problems/Problem10.java +++ b/src/main/java/mattrixwv/ProjectEuler/Problems/Problem10.java @@ -1,11 +1,11 @@ //ProjectEuler/Java/Problem10.java //Matthew Ellison // Created: 03-03-19 -//Modified: 03-28-19 +//Modified: 06-16-20 //Find the sum of all the primes below two million //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/JavaClasses /* - Copyright (C) 2019 Matthew Ellison + Copyright (C) 2020 Matthew Ellison This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by