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
|
in: 24-game.tests
|
||||||
|
|
||||||
{ t } [ make-24 first4 makes-24? ] unit-test
|
{ t } [ make-24 first4 makes-24? ] unit-test
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
! Copyright © 2008 Reginald Keith Ford II
|
! Copyright © 2008 Reginald Keith Ford II
|
||||||
! 24, the Factor game!
|
! 24, the Factor game!
|
||||||
USING: accessors backtrack combinators continuations io kernel
|
USING: accessors backtrack combinators continuations formatting
|
||||||
math math.parser prettyprint quotations random sequences shuffle
|
io kernel math prettyprint quotations random sequences shuffle ;
|
||||||
;
|
|
||||||
in: 24-game
|
in: 24-game
|
||||||
|
|
||||||
: nop ( -- ) ;
|
: nop ( -- ) ;
|
||||||
|
|
Loading…
Reference in New Issue