]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/gray-code/gray-code.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / gray-code / gray-code.factor
index a0f80c380ca6f2e28d24be49523e9da022184ae7..9ad642c75dfb5e1ae1d44021c9258df0c44bcb8b 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays kernel locals math math.parser math.ranges
+USING: arrays kernel locals math math.parser ranges
 prettyprint sequences ;
 IN: rosetta-code.gray-code