class ttrts 
{

  public static void main(String[] args)
  {
    System.out.println("I'm the ttrts Java module");

  }

}