]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/fizzbuzz/fizzbuzz.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / rosetta-code / fizzbuzz / fizzbuzz.factor
index 0663a5b6d25463fa66c00b4f0e2451288c1c8b4a..adaca37217c112ff5b22cf8ab0ae568549ee2315 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
-USING: io kernel math math.functions math.parser math.ranges
+USING: io kernel math math.functions math.parser ranges
 sequences ;
 IN: rosetta-code.fizzbuzz