SnippetBank
Net
Java - Hello World Example
Your first introduction to the world of Java This simple script prints the famous Hello World to the console.
class
HelloWorld
{
public
static
void
main(String args[])
{
System.out.println(
"Hello world"
);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
No comments:
Post a Comment