Hello World - Java Code Snippet
Hello World
Platform: Java
Published Sep 28, 2008
Updated Sep 28, 2008

public class Main {
/**
* @param args
*/
public static void main (String[] args) {
// TODO Auto-generated method stub
System.out.println("Hello World!");
}
}
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.