24-game: fix using.
parent
672ecb7c88
commit
a32a757879
|
@ -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
|
||||
|
|
|
@ -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 ( -- ) ;
|
||||
|
|
Loading…
Reference in New Issue