コード例 #1
0
 public void Exchange_Works()
 {
     Assert.Equal("eabdc", DanceProcessor.Exchange("eabcd", 3, 4));
 }