Jingying, I have fallen in love with you for
Love u now and forever.
- li
/**
* Happy birthday!
* You say that you want to learn programming,
* so I write some code to celebrate our 7st anniversary.
*/
Boy i = new Boy("li");
Girl u = new Girl("CynthiaHou");
// Sept. 19, 2013, I told you I love you.
i.love(u);
// Luckily, you accepted and became my lover eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// May 16, 2015, You said yes and married me.
i.marry(u);
boolean isMarry = true;
// Warning: You've been in an endless loop.
while (isMarry) {
// After a romantic wedding, we live happily ever after.
i.liveHappilyWith(u);
}
* Happy birthday!
* You say that you want to learn programming,
* so I write some code to celebrate our 7st anniversary.
*/
Boy i = new Boy("li");
Girl u = new Girl("CynthiaHou");
// Sept. 19, 2013, I told you I love you.
i.love(u);
// Luckily, you accepted and became my lover eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// May 16, 2015, You said yes and married me.
i.marry(u);
boolean isMarry = true;
// Warning: You've been in an endless loop.
while (isMarry) {
// After a romantic wedding, we live happily ever after.
i.liveHappilyWith(u);
}