Code is written, nothing works

This commit is contained in:
Ruben Shekspir 2019-05-09 22:43:15 +04:00
parent 7a05c9b3e8
commit 344c0f0aa7
10 changed files with 176 additions and 42 deletions

6
Settings.Mod Normal file
View file

@ -0,0 +1,6 @@
MODULE Settings;
CONST
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "8000";
END Settings.