]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/anagrams-deranged/anagrams-deranged.factor
factor: trim more using lists.
[factor.git] / extra / rosetta-code / anagrams-deranged / anagrams-deranged.factor
index d3e2a44aca8750e17613d4ac69fed0236fa9e2a6..2ac3fa60e7b9868994065095a272f847334824e1 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs fry http.client io.encodings.utf8 io.files
+USING: assocs http.client io.encodings.utf8 io.files
 io.files.temp kernel math math.combinatorics sequences sorting
 strings urls ;