Home

Advertisement

Customize

Jan. 7th, 2008

Well Here Goes

I'm not entirely too sure why I'm doing this. I know I need to vent and yet this is another blog created. The last one was deleted and purged for a myriad of reasons. It also signalled a new start in life. However, I'm back here now.

Hello, World

/******************************************
* Compilation: javac HelloWorld.java
* Execution: java HelloWorld
*
* Prints "Hello, World".
*
* % java HelloWorld
* Hello, World
*
******************************************/

public class HelloWorld {

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

}


Chicken

January 2008

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
2728293031  

Syndicate

RSS Atom
Powered by LiveJournal.com

Advertisement

Customize