24-game: fix using.

locals-and-roots
Doug Coleman 2016-06-17 12:11:27 -07:00
parent 672ecb7c88
commit a32a757879
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,5 @@
USING: 24-game io.streams.string kernel math sequences tools.test ;
USING: 24-game io.streams.string kernel math sequences
tools.test ;
in: 24-game.tests
{ t } [ make-24 first4 makes-24? ] unit-test

View File

@ -1,8 +1,7 @@
! Copyright © 2008 Reginald Keith Ford II
! 24, the Factor game!
USING: accessors backtrack combinators continuations io kernel
math math.parser prettyprint quotations random sequences shuffle
;
USING: accessors backtrack combinators continuations formatting
io kernel math prettyprint quotations random sequences shuffle ;
in: 24-game
: nop ( -- ) ;