public class HelloWorld {
public static void main(String... args) {
SakthivelSundaresan sakthi = new SakthivelSundaresan();
/*
* Below line outputs that Sakthi is just a normal human being
* saved by the blood of Christ.An ambitious developer who wants program
* to glorify God
*/
System.out.println(" Details "+sakthi.getDetails());
}
}