Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Monday, August 1, 2011

java

class startjava{
public static void main (String args[]){

System.out.println("Hello world")

}

}