summaryrefslogtreecommitdiffhomepage
path: root/webserver.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-02 17:09:58 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-02 17:09:58 +0200
commit709ba7ae8df8ce358e56b77c732f00e95a428259 (patch)
tree8a0dc48a9b7e068b3641892eafbc1cee34c5549d /webserver.cpp
Add empty project
Diffstat (limited to 'webserver.cpp')
-rw-r--r--webserver.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/webserver.cpp b/webserver.cpp
new file mode 100644
index 0000000..8927fe4
--- /dev/null
+++ b/webserver.cpp
@@ -0,0 +1,4 @@
+int main(int argc, char* argv[])
+{
+ return 0;
+}