7 lines
134 B
Factor
7 lines
134 B
Factor
|
IN: tools.deploy.test.2
|
||
|
USING: calendar calendar.format ;
|
||
|
|
||
|
: deploy-test-2 ( -- ) now (timestamp>string) ;
|
||
|
|
||
|
MAIN: deploy-test-2
|