Package static2

Source Code of static2.Main

package static2;
import lib.static2.Foo;
public class Main {
  public static void main(String[] args) {
    new Foo().foo();
  }
}
TOP

Related Classes of static2.Main

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.