public class PR16923
{
  public static void printIt ()
  {
    System.out.println (System.getProperty ("PR16923"));
  }
}