/**
* I write some code to celebrate our love.
*/
Boy i = new Boy("wangrongjun");
Girl you = new Girl("qujinyi");
// May 30, 2020, I told you I love you.
i.love(you);
// Luckily, you accepted and became my girlfriend eversince.
you.accepted();
// Since then, I miss you every day.
i.miss(you);
// And take care of you and our love.
i.takeCareOf(you);
// You say that you won't be so easy to marry me.
// So I keep waiting and I have confidence that you will.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(you);
// I think it is an important decision
// and you should think it over.
isHesitate = you.thinkOver();
}
// After a romantic wedding, we will live happily ever after.
i.marry(you);
i.liveHappilyWith(you);
Jinyi, I have fallen in love with you for
Love you forever and ever.
- wangrongjun