]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/project-euler/098/098.factor
http.download: fix for new changes
[factor.git] / extra / project-euler / 098 / 098.factor
index 72c332a1f5624cf9c4fd5b267786fd94c5750a4e..4a97d916a900e2f0ea4c90d9cf9d3738ce6d116b 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2023 John Benediktsson.
 ! See https://factorcode.org/license.txt for BSD license.
 
-USING: anagrams assocs combinators.short-circuit http.client
+USING: anagrams assocs combinators.short-circuit http.download
 io.encodings.utf8 io.files io.files.temp kernel math
 math.combinatorics math.functions math.order math.parser
 project-euler.common ranges sequences splitting ;