/**
* We are professional, I was going to be a web front-end engineer,
* So I write some code to celebrate our third anniversary.
*/
Boy i = new Boy("陈佳梁");
gilr u = new gilr("蒋奉洁");
// On December 10, 2001, I told you I love you.
i.love(u);
// Fortunately, you accept, to be my girlfriend since then.
u.accepted();
// From then on, I want to accompany you every day.
i.miss(u);
// Take care of you and our love.
i.takeCareOf(u);
// Know that you won't soon fall in love with me.
// So I have been waiting for, with my heart.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I made an important decision
// You should consider.
isHesitate = u.thinkOver();
}
// After every Christmas, we will be together.
i.marry(u);
i.liveHappilyWith(u);
将奉洁, I have fallen in love with you for
Love u forever and ever.
- 陈佳梁