commit 3121127719093ec2cbc92bf6633a0b0ba6ae1377
parent 84c6972adda9c519888bc3d10bf7fc35124a6c4d
Author: therealFIGBERT <figbertwelner@gmail.com>
Date: Thu, 6 Feb 2020 08:11:27 -0800
:pencil2: Correct problemName for solution to problem 13
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/problem013.py b/problem013.py
@@ -1,4 +1,4 @@
-# problemName = "Highly divisible triangular number"
+# problemName = "Large sum"
# problemNum = 13
# solutionBy = "FIGBERT"
# language = "Python"