]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/count-the-coins/count-the-coins.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / count-the-coins / count-the-coins.factor
index 46e665d34a48ad0af1b1d336ab4e239c0322e095..fdf61214466078e2370b520862fac2e7e83f67a1 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays locals math math.ranges sequences sets sorting ;
+USING: arrays locals math ranges sequences sets sorting ;
 IN: rosetta-code.count-the-coins
 
 ! http://rosettacode.org/wiki/Count_the_coins