class One2
{
public static void main(String args[]) throws InterruptedException
{
Thread.sleep(8000);
System.out.println("Om Namoh Narayanah");
}
}
{
public static void main(String args[]) throws InterruptedException
{
Thread.sleep(8000);
System.out.println("Om Namoh Narayanah");
}
}