DEV Community

yaswanth krishna
yaswanth krishna

Posted on

Java day 1

Public class ("hello world")
{
Public Static Void main(String args)
{
System.out.Println("hello world")
}
}

Top comments (0)