summaryrefslogtreecommitdiff
path: root/server/src/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-19 02:44:25 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-19 02:44:25 +0300
commit66e3c422975a6448974a2f7af819d7d40fe25d98 (patch)
tree2c4c3964a515a70ef1a71991e3adc8787feff1c5 /server/src/main.cpp
parent3ab3d03b8b603f210d878d352b56442eec14f6af (diff)
initial work on project skeleton
Diffstat (limited to 'server/src/main.cpp')
-rw-r--r--server/src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp
new file mode 100644
index 0000000..4faba80
--- /dev/null
+++ b/server/src/main.cpp
@@ -0,0 +1,6 @@
+
+
+int main(int argc, char *argv[])
+{
+ return 0;
+}