public class AppLaser { public static void main(String [] args) { Universe universe = new Universe(12, 12); universe.print(); } }