]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/007/007.factor
project-euler: Rewrap, update links, add copyrights, tests
[factor.git] / extra / project-euler / 007 / 007.factor
index e0876aa0911d65ab3e47d490888c0fa1216036f8..21cf1bbf849406357f108f5dc37b03a740ad4759 100644 (file)
@@ -3,13 +3,13 @@
 USING: project-euler.common ;
 IN: project-euler.007
 
-! https://projecteuler.net/index.php?section=problems&id=7
+! https://projecteuler.net/problem=7
 
 ! DESCRIPTION
 ! -----------
 
-! By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see
-! that the 6th prime is 13.
+! By listing the first six prime numbers: 2, 3, 5, 7, 11, and
+! 13, we can see that the 6th prime is 13.
 
 ! What is the 10001st prime number?