diff options
author | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-23 13:52:45 +0200 |
commit | d3a6928487048acac41d6c8ca7a95ac70d835b65 (patch) | |
tree | 17b6a4cb3074b372488a75909950224269eb0340 /Program.cs |
* initial, empty project
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)
+ {
+ }
+ }
+}
|