factor/basis/tools/deploy/test/10/10.factor

8 lines
182 B
Factor
Raw Normal View History

2009-01-14 02:00:54 -05:00
! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: prettyprint ;
IN: tools.deploy.test.10
: main ( -- ) C{ 0 1 } pprint ;
MAIN: main