factor/extra/tools/deploy/test/1/1.factor

7 lines
98 B
Factor
Executable File

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