]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/bulls-and-cows/bulls-and-cows.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / bulls-and-cows / bulls-and-cows.factor
index 683c0b6c9537c6689b17c3dcc1919c0c6c0699ac..d30907fe05b55b09438b1d211b2b0be1552c80cf 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators fry grouping hashtables
-kernel locals math math.parser math.ranges random sequences
+kernel locals math math.parser ranges random sequences
 strings io ascii ;
 IN: rosetta-code.bulls-and-cows