commit
This commit is contained in:
parent
56e0195600
commit
4f59633394
4 changed files with 74 additions and 0 deletions
9
AppLaser.java
Normal file
9
AppLaser.java
Normal file
|
@ -0,0 +1,9 @@
|
|||
public class AppLaser {
|
||||
|
||||
public static void main(String [] args) {
|
||||
Universe universe = new Universe(12, 12);
|
||||
|
||||
universe.print();
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue