less than 1 minute read

Hi there. This is my first post on this blog. This blog is about software development. Hope you’ll like it.

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