1 package p;
   2 
   3 public class Main {
   4     private String msg = "something to give this a different size";
   5     public int getVersion() {
   6         return 8;
   7     }
   8 }