]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/hamming/hamming.factor
factor: trim more using lists.
[factor.git] / extra / rosetta-code / hamming / hamming.factor
index 15ba190073f8a0bc0f77d0edf50e09280610b8f5..b4f40588943934f7f34c5182b8a875c0c708284b 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors deques dlists fry kernel make math math.order ;
+USING: accessors deques dlists kernel make math math.order ;
 IN: rosetta-code.hamming
 
 ! http://rosettacode.org/wiki/Hamming_numbers#Factor