Monday, October 01, 2007

Hello world!

class HelloWorld {
public static void main(String[] a)
{
System.out.println("this is my new blog, here i'll be posting things that i encounter while dealing with computers and programming. ");
}
}

No comments: