added unit test. made if condition easier to understand.

This commit is contained in:
discostu105 2016-02-23 15:53:51 +01:00
parent f0c8428925
commit d0d3a629a5
4 changed files with 83 additions and 3 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
}