]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/039/039.factor
Switch to https urls
[factor.git] / extra / project-euler / 039 / 039.factor
index 90dd8e7bb9d5fc96eb27033d0fa87e45cb61fa03..67eb4934aa451d10784468e44c18fc56e46f19ea 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (c) 2008 Aaron Schaefer.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: arrays kernel math ranges namespaces project-euler.common
 sequences sequences.extras ;
 IN: project-euler.039
 
-! http://projecteuler.net/index.php?section=problems&id=39
+! https://projecteuler.net/index.php?section=problems&id=39
 
 ! DESCRIPTION
 ! -----------
@@ -20,7 +20,7 @@ IN: project-euler.039
 ! SOLUTION
 ! --------
 
-! Algorithm adapted from http://mathworld.wolfram.com/PythagoreanTriple.html
+! Algorithm adapted from https://mathworld.wolfram.com/PythagoreanTriple.html
 ! Identical implementation as problem #75
 
 ! Basically, this makes an array of 1000 zeros, recursively creates primitive