Fix run tests

This commit is contained in:
Pavel Krymets 2016-02-23 11:09:43 -08:00
parent 7407a898e0
commit 89cf169a08
4 changed files with 15 additions and 11 deletions

View file

@ -6,7 +6,7 @@ namespace ConsoleApplication
{
public static void Main(string[] args)
{
.WriteLine("NET451");
Console.WriteLine("NET451");
}
}
}