]> gitweb.factorcode.org Git - factor.git/blob - extra/hello-world/deploy.factor
Update project-euler.010 timings
[factor.git] / extra / hello-world / deploy.factor
1 USING: tools.deploy.config ;
2 H{
3     { deploy-math? f }
4     { deploy-word-defs? f }
5     { deploy-word-props? f }
6     { deploy-name "Hello world (console)" }
7     { "stop-after-last-window?" t }
8     { deploy-c-types? f }
9     { deploy-compiler? f }
10     { deploy-io 2 }
11     { deploy-ui? f }
12     { deploy-reflection 1 }
13 }