ShareThis

Tuesday, May 7, 2013

on Leave a Comment

Hello World!

I'm willing to bet that there are thousands (tens of thousands?) of personal programming blogs that have "Hello World!" as the first post. But it is fitting, so I'll just leave it there.

I'm starting this blog mostly as a sort of personal reference - a place where I can put down my thoughts and, most importantly, solutions to problems that I encounter in my adventures in development. I've been meaning to do this for a while, but haven't had anything significant to post. This is mostly intended for me, but if there are others out there who find my solutions helpful, then I'm glad to help out my fellow devs.

Now for some testing of code blocks.
// Comment
public class Testing {
   public Testing() {
   }
 
   public void Method() {
     /* Another Comment
     on multiple lines */
     int x = 9;
   }
}


0 comments:

Post a Comment

Powered by Blogger.