public class HelloWorld
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
Wednesday, September 19, 2007
Hello World!
Subscribe to:
Post Comments (Atom)
public class HelloWorld
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
0 comments:
Post a Comment