summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@protonmail.com>2017-10-09 08:56:25 +0200
committermarcinzelent <zelent.marcin@protonmail.com>2017-10-09 08:56:25 +0200
commit295e3c10bb6d1c83796554edf8369e5aa87a20a8 (patch)
treef6ad54798c039b6db9aceca3099fd409f6ea4ba8 /Server/App.cs
Initial commit.
Diffstat (limited to 'Server/App.cs')
-rw-r--r--Server/App.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/App.cs b/Server/App.cs
new file mode 100644
index 0000000..8d02d69
--- /dev/null
+++ b/Server/App.cs
@@ -0,0 +1,10 @@
+sing System;
+namespace Server
+{
+ public class App
+ {
+ public App()
+ {
+ }
+ }
+}