factor/basis/tools/deploy/test/1/1.factor

7 lines
105 B
Factor
Executable File

IN: tools.deploy.test.1
USING: threads ;
: deploy-test-1 ( -- ) 1000 sleep ;
MAIN: deploy-test-1