7891011121314
public class Checkboard { public static void main(String[] args) { Model model = new MutilatedModel(4, 4); StatementPrinter.print(model.generate(), System.out); }