diff options
Diffstat (limited to 'Program.cs')
-rw-r--r-- | Program.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..b347025 --- /dev/null +++ b/Program.cs @@ -0,0 +1,14 @@ +using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace BCDD
+{
+ class Program
+ {
+ [STAThread]
+ static void Main(string[] args)
+ {
+ }
+ }
+}
|