/**
* What meaning is soul mate?
* so I write some code to celebrate our 1st 520.
*/
Boy i = new Boy("Yunfei");
Girl u = new Girl("Chenxi");
// Dec. 26, 2016, 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);
// I know it's a long way to go.
// So I keep waiting and I have confidence that you will come.
boolean isNear = false;
while (!isNear) {
i.waitFor(u);
// I think it will be an important day
// and you will along with me forever.
isNear = distanceInPhycalWorld(u, i) < 1.0;
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
Chenxi, I have fallen in love with you for
Love u forever and ever.
- Yunfei