]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/10/10.factor
95329ff7f23ff74377df8839812beac2247e7304
[factor.git] / basis / tools / deploy / test / 10 / 10.factor
1 ! Copyright (C) 2009 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: prettyprint ;
4 IN: tools.deploy.test.10
5
6 : main ( -- ) C{ 0 1 } pprint ;
7
8 MAIN: main