added a Situation class
This commit is contained in:
parent
965c113d63
commit
62d23ad228
3 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
public class AppLaser {
|
||||
|
||||
public static void main(String [] args) {
|
||||
Universe universe = new Universe(12, 12);
|
||||
Universe universe = new Universe(20, 10);
|
||||
|
||||
universe.print();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue