/**
* We've been together for a long time,
* so I write some code to Momery our anniversary.
*/
Boy i = new Boy("Jingjiu Chen");
Girl u = new Girl("Donghui Zhang");
// Jun 27, 2012, 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 and night.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// You always ask that whether we can be together eternally.
// Now I can give you the answer:Definitely.
boolean isForever = true;
while (True) {
i.love_always(u);
// Since the day we are together,
// Every day is so damn brillient,isn't it?
isGraduated = i.Graduated();
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
Donghui, I have fallen in love with you for
Love u forever and ever.
- Jingjiu Chen