public class Friend
{
    public Friend()
    {
        System.out.println("You've got a friend in Pennsylvania.");
    }
}
