Files
inf3/Program.cs
Daniel Herrmann 753b635d60 test
2014-03-21 11:46:38 +01:00

18 lines
258 B
C#

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