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 in: 24-game.tests
{ t } [ make-24 first4 makes-24? ] unit-test { t } [ make-24 first4 makes-24? ] unit-test

View File

@ -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 ( -- ) ;