class Example
{
static public void main(String arg[])
{
System.out.println("Welcome to java");
}
}