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

7 lines
108 B
Factor

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