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