]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/towers-of-hanoi/towers-of-hanoi.factor
factor: trim using lists
[factor.git] / extra / rosetta-code / towers-of-hanoi / towers-of-hanoi.factor
index 2e7919e900d914f713f1241ae098f0657236936d..af2df716c1483a6fd46d8e80db6b3601b1da8c90 100644 (file)
@@ -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