]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/multiplication-tables/multiplication-tables.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / multiplication-tables / multiplication-tables.factor
index bf4e450b4540a93d00acc74720636f8f6ff3d8ea..2384dbaedd87fd63df2f3b2fb6b157d62267d00c 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: io kernel math math.parser math.ranges sequences ;
+USING: io kernel math math.parser ranges sequences ;
 IN: rosetta-code.multiplication-tables
 
 ! http://rosettacode.org/wiki/Multiplication_tables