This commit is contained in:
Daniel Herrmann
2014-03-21 11:46:38 +01:00
parent d59f56430f
commit 753b635d60

17
Program.cs Normal file
View File

@@ -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;
}
}
}