Ejemplo n.º 1
0
 public void BasicTest()
 {
     Assert.AreEqual(180, Kata.Angle(3));
     Assert.AreEqual(360, Kata.Angle(4));
 }