import demo.*;
import demo.tools.*;

public class PackageDemo
{
  public static void main(String[] args)
  {
    (new A()).hello();
    (new B()).hello();
    (new C()).hello();
  }
}