/**
* Yangying,Dec 14,2024,Our first meeting,and then i fell in love with you **,
* To commemorate the days we spent together,so I write some code to record.
*/
Boy i = new Boy("Feihong");
Girl u = new Girl("Yangying");
// Mar 14, 2025, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// We are all each other's first love.
// so I cherish you very much and want to marry you.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision.
// and you should think it over.
isHesitate = u.thinkOver();
}
// 2026.5.1 After a romantic wedding, we live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
Yangying, I have fallen in love with you for
Love u forever and ever.
- Feihong