]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/2/2.factor
afd83f510e5c77a1b7fa118e5038fc78a291b4f1
[factor.git] / basis / tools / deploy / test / 2 / 2.factor
1 IN: tools.deploy.test.2\r
2 USING: calendar calendar.format ;\r
3 \r
4 : deploy-test-2 ( -- ) now (timestamp>string) ;\r
5 \r
6 MAIN: deploy-test-2\r