/**
* As you know, I am a programmer,
* So I write some code to celebrate the Chinese Valentine's Day.
*/
Boy i = new Boy("Zhicheng Wu");
Girl u = new Girl("Yingnuo Liu");
// Mar 17, 2018, the first time I know you.
i.love(u);
// You always think we're going to be out of touch soon.
u.doubt();
// In fact, I spent exactly five months with you without knowing.
i.takeCareOf(u);
// You will never know how much I miss you when I can't see you and how lonely I am when I go back.
i.miss(u(lonely));
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// No matter what, I just want to let you know
// How much I love you.
// That's all.
// As for the result, let it go.
isHesitate = u.thinkOver();
}
// To be continue .......
Yingnuo, I have fallen in love with you for
Happy Every Day.
- Zhicheng Wu