/**
* As you know,I am a programmer,
* so I write some code to celebrate our 2st anniversary.
*/
Boy i = new Boy("pezy");
Girl u = new Girl("jian");
// Aug 19, 2012, We met, along the way to rescue ourselves,
we.met();
// Sep 4, 2012, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And you know I care about u .
i.careAbout(u);
// You say that you won't be so early to marry me.
// So I keep waiting and I have confidence that you will.
bool isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision
// and you should think it over.
isHesitate = u.thinkOver();
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
Jian, I have fallen in love with you for
Love u forever and ever.
- pezy