Ejemplo n.º 1
0
 public void Test1()
 {
     LinkedLists.LinkedLlistChallengeO1();
     Assert.Equal(true, true);
 }
 public void Test1()
 {
     LinkedLists.LinkedLlistChallengeO1();
     Assert.True(true);
 }