2010-02-14 23:37:07 -05:00
|
|
|
! 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
|
|
|
|
|
2015-07-20 03:17:09 -04:00
|
|
|
: main ( -- ) image-path show ;
|
2010-02-14 23:37:07 -05:00
|
|
|
|
|
|
|
MAIN: main
|