]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/1/1.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / tools / deploy / test / 1 / 1.factor
1 IN: tools.deploy.test.1
2 USING: threads ;
3
4 : deploy-test-1 ( -- ) 1000000 sleep ;
5
6 MAIN: deploy-test-1