public class MyFirst

{

   public static void main(string args[])

{

     system.out.println("This is My first program!");

}

}