Skip to content

Commit

Permalink
project-euler.098: fix using
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Nov 22, 2023
1 parent 59f5e71 commit 4df472b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extra/project-euler/098/098.factor
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
! Copyright (c) 2023 John Benediktsson.
! See https://factorcode.org/license.txt for BSD license.

USING: anagrams ascii assocs http.client io.encodings.ascii
USING: anagrams assocs combinators.short-circuit http.client
io.encodings.utf8 io.files io.files.temp kernel math
math.combinatorics math.functions math.parser
math.combinatorics math.functions math.order math.parser
project-euler.common ranges sequences splitting ;

IN: project-euler.098
Expand Down

0 comments on commit 4df472b

Please sign in to comment.