/**
* We are both from ShanDong and Xidian,
* We met alreday 2 months and today is our 1st Valentine's Day.
*/
Boy i = new Boy("Wang Hao");
Girl u = new Girl("Zhou HouYing");
// Mar 5, 2016, We met at the first time.
i.like(u) at first glance;
// Unfortunately, you don't like me because I'm slovenly.
u.refused();
// -----------------------------------.
// -------- Long time passed ---------.
// -----------------------------------.
// Nov 5, 2016, I invited you to go to a movie.
i.invited(u) for a movie;
// Dec 18, 2016, Luckily, you became my Girl!
u.accepted(me) as BOY Friend;
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// You say that you won't be so easy to marry me Because of my studying life.
// So I keep waiting and I have confidence that you will.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision
// and you should think it over.
isHesitate = u.thinkOver();
}
// Feb 11, 2019, we get our marriage certificate. Love you darling!
i.marry(u);
// After a romantic wedding, we will live happily ever after.
i.liveHappilyWith(u);
HouYing, I have fallen in love with you for
Love u forever and ever.
- Hao