summaryrefslogtreecommitdiffstats
path: root/docs/Main.cs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Main.cs')
-rw-r--r--docs/Main.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Main.cs b/docs/Main.cs
new file mode 100644
index 0000000..55e29e8
--- /dev/null
+++ b/docs/Main.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace docs
+{
+ class Program
+ {
+ public static void Main() { }
+ }
+}