Starting…


public class TestExample {

    System.out.println("The idea of this blog");

    System.out.println("is share some notes about development, ");

    System.out.println("testing and more...");

    System.out.println("I hope these ideas could help you!"); 
}