X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Frosetta-code%2Ftowers-of-hanoi%2Ftowers-of-hanoi.factor;h=af2df716c1483a6fd46d8e80db6b3601b1da8c90;hp=2e7919e900d914f713f1241ae098f0657236936d;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/rosetta-code/towers-of-hanoi/towers-of-hanoi.factor b/extra/rosetta-code/towers-of-hanoi/towers-of-hanoi.factor index 2e7919e900..af2df716c1 100644 --- a/extra/rosetta-code/towers-of-hanoi/towers-of-hanoi.factor +++ b/extra/rosetta-code/towers-of-hanoi/towers-of-hanoi.factor @@ -1,6 +1,6 @@ ! Copyright (c) 2012 Anonymous ! See http://factorcode.org/license.txt for BSD license. -USING: formatting kernel locals math ; +USING: formatting kernel math ; IN: rosetta-code.towers-of-hanoi ! http://rosettacode.org/wiki/Towers_of_Hanoi