Showing posts with label first blog post. Show all posts
Showing posts with label first blog post. Show all posts

Wednesday, April 11, 2012

Hello World!

package com.teambluBee.Blogger.Starter;

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