]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/1/1.factor
63b382e2f658b88c3f84cbdaf78c9e0705384769
[factor.git] / basis / tools / deploy / test / 1 / 1.factor
1 IN: tools.deploy.test.1\r
2 USING: threads ;\r
3 \r
4 : deploy-test-1 ( -- ) 1000000 sleep ;\r
5 \r
6 MAIN: deploy-test-1\r