diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-02 17:09:58 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-02 17:09:58 +0200 |
commit | 709ba7ae8df8ce358e56b77c732f00e95a428259 (patch) | |
tree | 8a0dc48a9b7e068b3641892eafbc1cee34c5549d /webserver.cpp |
Add empty project
Diffstat (limited to 'webserver.cpp')
-rw-r--r-- | webserver.cpp | 4 |
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; +} |