package hello;

public class World {
  void method(){
    System.out.println("World");
  }
}
