@@ -1,5 +0,0 @@
-public class Transpose {
- public String transpose(String toTranspose) {
- throw new UnsupportedOperationException("Delete this statement and write your own implementation.");
- }
-}