class MyFirstProg {

public static void main (String args[])
{
   System.out.println("Welcome to OOPM 2022-23");
}
}