]> gitweb.factorcode.org Git - factor.git/blob - basis/tools/deploy/test/19/19.factor
Switch to https urls
[factor.git] / basis / tools / deploy / test / 19 / 19.factor
1 ! Copyright (C) 2010 Slava Pestov.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: io io.files io.encodings.ascii ;
4 IN: tools.deploy.test.19
5
6 : main ( -- )
7     ! make sure to test vocab: paths. This file is a copy of Factors
8     ! LICENSE.txt.
9     "vocab:local-license.txt" ascii file-contents write ;
10
11 MAIN: main