/**
* I'm a programmer, in this special day
* I write some code to say few words from my heart to you.
*/
Boy i = new Boy("Xiaoqiang Wu");
Girl u = new Girl("Haixuan Chen");
// How lucky I am! At the Sat. Feb 22, 2020 I meet you twice in one day as a stranger.
i.waitingATime();
// When I saw your messages for hunting an new apartment from WeChat group, I thought I can help you, which is also
// an chance to known more about you.
i.miss(u);
// We talk more and more, also our relation closer and closer.
// At the day I went to urgent care for my shingles, you make the lunch, which real move me.
i.movedSoMuch(u);
// I want to treat you with my heart.
// During the period, I can't recongnize the reason I treat you so well.
i.struggle();
// In Aug. 24 afternoon, you suddenly said you want to go to your room
// without any reason, you carry all things. Meantime, I feel I lost something in my heart!
// I realized some big things happend, I'm fall in love with you!
i.wantToAsk(u);
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision
// and you should think it over.
isHesitate = u.thinkOver();
}
// I want have a romantic wedding that we will live happily ever after.
i.wantToMarry(u);
Haixuan, I have fallen in love with you.
Love u forever and ever.
- Xiaoqiang