From 81f05146a9f013b47c20414f6df57627ea5b6ae8 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Wed, 17 Jun 2020 00:48:40 -0400 Subject: [PATCH] Updated problem comments --- src/Problems/Problem17.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Problems/Problem17.rs b/src/Problems/Problem17.rs index 43c5706..268eec8 100644 --- a/src/Problems/Problem17.rs +++ b/src/Problems/Problem17.rs @@ -2,7 +2,7 @@ //Matthew Ellison // Created: 06-16-20 //Modified: 06-16-20 -//What is the sum of the digits of the number 2^1000? +//If all the numbers from 1 to 1000 (one thousand) inclusive were written out in words, how many letters would be used? //Unless otherwise listed all non-standard includes are my own creation and available from https://bibucket.org/Mattrixwv/RustClasses /* Copyright (C) 2020 Matthew Ellison