sábado, 21 de junho de 2008

c# poem

#using bSomethingLibrary;

public class Life

{

public void Life()

{

do

{

live();

} while ( onEarth());

}

public Life live()

{

bPart [] yourself = new bPart [5];

yourself[0] = bFree();

yourself[1] = bFriend();

yourself[2] = bLover();

yourself[3] = bLoved();

yourself[4] = bYou();

return new Life(yourself);

}

}

Sem comentários: