8 lines
182 B
Factor
8 lines
182 B
Factor
|
! 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
|