Time to Love
February 14th, 2007If you judge people, you have no time to love them.
- Mother Teresa
Mother, you are right….
If you judge people, you have no time to love them.
- Mother Teresa
Mother, you are right….
This is to test Java code in a post.
Java Source:
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello World");
}
}