]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/206/206.factor
project-euler: Rewrap, update links, add copyrights, tests
[factor.git] / extra / project-euler / 206 / 206.factor
index eb2cdc40250812359d9e956d100df4e1ee0e5f17..ecad70ac0a718ddc5bde10b1bf3dfb1542cc92cb 100644 (file)
@@ -1,11 +1,10 @@
-! Copyright (c) 2010 Aaron Schaefer. All rights reserved.
-! The contents of this file are licensed under the Simplified BSD License
-! A copy of the license is available at https://factorcode.org/license.txt
+! Copyright (c) 2010 Aaron Schaefer.
+! See https://factorcode.org/license.txt for BSD license.
 USING: grouping kernel math project-euler.common ranges
 sequences sequences.cords ;
 IN: project-euler.206
 
-! https://projecteuler.net/index.php?section=problems&id=206
+! https://projecteuler.net/problem=206
 
 ! DESCRIPTION
 ! -----------
@@ -17,9 +16,9 @@ IN: project-euler.206
 ! SOLUTION
 ! --------
 
-! Through mathematical analysis, we know that the number must end in 00, and
-! the only way to get the last digits to be 900, is for our answer to end in
-! 30 or 70.
+! Through mathematical analysis, we know that the number must
+! end in 00, and the only way to get the last digits to be 900,
+! is for our answer to end in 30 or 70.
 
 <PRIVATE