From 753b635d602232f9ef89562bac4afcca77cca02c Mon Sep 17 00:00:00 2001 From: Daniel Herrmann Date: Fri, 21 Mar 2014 11:46:38 +0100 Subject: [PATCH] test --- Program.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Program.cs 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; + + } + } +}