Ejemplo n.º 1
0
 public void CheckReverse()
 {
     Assert.Equal("oof", Exercise001.Reverse("foo"));
     // Assert.Equal("?siht od ot tnaw neve uoy dluow yhw", Exercise001.Reverse("why would you even want to do this?"));
 }