posted on 19.06.09

First birthday greeting I’ve received at night already from hot Spanish macho and it was such original:
Main()
{
    char name;
    int age, day, month;
    if ((day==17)&(mes==6))
        {
        nombre = anne;
        age+=1;
        printf(“happy birthday %s for your %d years”, name, age);
        }
}

Compiler would find what to say about this, but I’m so touched :) Muchas gracias! ^_^

And then I’ve got answer from Russian macho:
namespace russian_girls
{
  public delegate void CallFriendsToParty();

  protected class HappyAnn: Ann
  {
    static readonly bool is_beauty = true;
    static readonly bool is_smarty = true;
    static readonly string name = "Ann;)";
    
    public void Birthday_Party(CallFriendsToParty callFriends)
    {      
      this.happy = true;
      this.age++;
      this.wishlist += "Montenegro vacation";
      this.wishlist += "New dress";
      Gifts[]  gifts = newGifts(callFiends.Gifts.Count);
      if (gifts.Count > 0)
      {
        callFiends.Call_Favorites(Moscow.South.TradeCenter.Bowling);
      }
    }
  }
}

blog comments powered by Disqus