public class DiamondDeluxeMain { public static void main(String[ ] args) { new DiamondDeluxe(15) .cut() .cut() .setBorder(true) . print (); } }