Advertisement
Guest User

Untitled

a guest
Mar 8th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public class Main {
  3.  
  4. public static void main(String[] args) {
  5.  
  6. Layout test = new Layout(25, 10);
  7. LayoutPopulator test2 = new LayoutPopulator(test);
  8. test.getStatistics(test);
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement