// Antoine CRETUAL, Lukian LEIZOUR, 14/02/2024 public class AppLaser { public static void main(String [] args) { Universe universe = new Universe(20, 10); universe.print(); } }