From ab3c22bf675013fe5754cc3d1a72da36aa7fc4ae Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Tue, 16 Jun 2020 11:33:14 -0400 Subject: [PATCH] Updated modified info --- src/main/java/mattrixwv/ProjectEuler/Problems/Problem12.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/mattrixwv/ProjectEuler/Problems/Problem12.java b/src/main/java/mattrixwv/ProjectEuler/Problems/Problem12.java index 45bed2c..ac8dbfd 100644 --- a/src/main/java/mattrixwv/ProjectEuler/Problems/Problem12.java +++ b/src/main/java/mattrixwv/ProjectEuler/Problems/Problem12.java @@ -1,11 +1,11 @@ //ProjectEuler/Java/Problem12.java //Matthew Ellison // Created: 03-04-19 -//Modified: 03-28-19 +//Modified: 06-16-20 //What is the value of the first triangle number to have over five hundred divisors? //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