public class olamundo{
public static void main(String args[])
       {
System.out.print("ola mundo"+"\n"+"segunda aula pooI");
         }
        }