import java.util.List; class DiamondPrinter { List<String> printToList(char a) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }