/**
* Happy birthday to my unique girl Sai!
* And let's celebrate our first Valentine's Day!
*/
Boy i = new Boy("Ruofei Du");
Girl u = new Girl("Sai Yuan");
// Aug 17, 2013: I met the girl who is my lover forever.
i.meet(u);
// We met and chatted along the way by 130 to school.
i.amFascinatedBy(u);
// I began to hit on the girl who always reaches my dream.
i.offer(u, new Chocolate() + i.heart()); // Dec 2
// Dec 11, 2013: I told you how much I like you.
i.give(u, i.love() + new Kindle());
// Unfortunately, you hesitated and declined my gift.
u.reject(i.getMoney(new Kindle()) + i.getTheOnlyLove());
// Dec 15, 2013: you said you could try to hang out with me.
u.accept(i.date(u));
// Dec 21, 2013: we watched our first movie Fronzen.
i.date(u).afterwards(i.kiss(u));
// Dec 27, 2013: you said you missed me via WeChat at Seatle.
u.miss(i);
// But you never knew since when, I miss u every day.
new Thread { while (true) { i.miss(u); } }
// During the break, I wrote a letter to you every day.
i.write(new Letter())
// Jan 1, 2014: I became the happiest man in the world.
u.accept(i);
// I would take care of u and our love forever and ever.
i.takeCareOf(u);
// I offer you the card in English, French and Chinese and a gift.
i.offer(u, new Gift("English") + new Gift("French") + new Gift("Chinese") + new Gift("Gift"));
// Since then, we will live happily together.
i.willMarry(u);
HuMiao, I have fallen in love with you for
Happy birthday to HuMiao!
Love u forever and ever~
- DuoRuoWang