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