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