class Idiom105
{
	public static void main (String[] args) throws java.lang.Exception
	{
		String s = System.getProperty("sun.java.command");
		System.out.println("Program is " + s);
	}
}