/*
public class simpleExample
{
public static void main(String[] args)
{
System.out.println("My first java program");
System.out.println("Go to tham");
System.out.println("hip hip hura");
}
}
Simple Program To print
*/ public class simpleExample
{
public static void main(String[] args)
{
System.out.println("My first java program");
System.out.println("Go to tham");
System.out.println("hip hip hura");
}
}