Tuesday, September 28, 2010

Hello, World!

The first program you will ever write in any Java class ever.


class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello World!");
}
}


Black & White. Clear as day.
I guess this post is my "Hello World" code.
I'm Jon. This is my blog. Welcome. I doubt anyone is reading, and frankly I don't give a damn, because this is where I can post my thoughts & vent.


No comments:

Post a Comment