DEV Community

yaswanth krishna
yaswanth krishna

Posted on

Java day 1

class Simple {
public static void main(String args[])
{
System.out.println("hello java");
}
}

Top comments (0)