diff --git a/root/name/Class1.cs b/root/name/Class1.cs new file mode 100644 index 0000000..a8176ca --- /dev/null +++ b/root/name/Class1.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace {%= name %} +{ + public class Class1 + { + } +} + diff --git a/root/name/Program.cs b/root/name/Program.cs new file mode 100644 index 0000000..a82fb36 --- /dev/null +++ b/root/name/Program.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace {%= name %} +{ + class Program + { + static void Main(string[] args) + { + } + } +} +