package demo;

public class A
{
  public void hello()
  {
    System.out.println("Hier ist A");
  }
}