]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/016/016.factor
project-euler: Rewrap, update links, add copyrights, tests
[factor.git] / extra / project-euler / 016 / 016.factor
index 34298139d2ba20c1db184ea964341a2388f581cf..05442690e07c3414d1da8bc32f9a2d92de66c449 100644 (file)
@@ -3,12 +3,13 @@
 USING: math.functions project-euler.common sequences ;
 IN: project-euler.016
 
-! https://projecteuler.net/index.php?section=problems&id=16
+! https://projecteuler.net/problem=16
 
 ! DESCRIPTION
 ! -----------
 
-! 2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 = 26.
+! 2^15 = 32768 and the sum of its digits is 3 + 2 + 7 + 6 + 8 =
+! 26.
 
 ! What is the sum of the digits of the number 2^1000?