diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..cb737ac --- /dev/null +++ b/Program.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Info3Git +{ + class Program + { + static void Main(string[] args) + { + int i = 12; + + } + } +}