public class HelloWorld
{
public static void main(String[] args)
{
System.out.println(“Hello, world!”);
}
}
Hello world!
05
Aug
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println(“Hello, world!”);
}
}
Mr WordPress
05/08/2010 at 03:35
Hi, this is a comment.
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.