diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-02 09:02:33 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-02 09:02:33 +0600 |
commit | b7e7dea14bdc96cfa16f84555c609ae317a56493 (patch) | |
tree | 6ec85398ac65b795de47e52fd5ac54745d62f16e /src | |
parent | 27e59f8810f305fdb61c4a1e702e5ccb2fe25c68 (diff) | |
download | vyconf-b7e7dea14bdc96cfa16f84555c609ae317a56493.tar.gz vyconf-b7e7dea14bdc96cfa16f84555c609ae317a56493.zip |
Add vyconfd main file stub for oasis testing.
Diffstat (limited to 'src')
-rw-r--r-- | src/vyconfd.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vyconfd.ml b/src/vyconfd.ml new file mode 100644 index 0000000..87eb657 --- /dev/null +++ b/src/vyconfd.ml @@ -0,0 +1 @@ +let () = print_endline "This is VyConf. Or, rather, will be." |