9 lines
208 B
Factor
9 lines
208 B
Factor
|
! Copyright (C) 2010 Slava Pestov.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: accessors io.streams.c math.parser system ;
|
||
|
IN: tools.deploy.test.18
|
||
|
|
||
|
: main ( -- ) image show ;
|
||
|
|
||
|
MAIN: main
|