本页面采用HTML5编辑,目前您的浏览器无法显示,请换成谷歌(Chrome)或者火狐(Firefox)浏览器,或者其他游览器的最新版本。
/**
* We are high school classmates,
* So I write some code to celebrate our.
*/
Boy i = new Boy("CX");
Girl u = new Girl("BY");
// July 31, 2008, 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);
// You say you want to be my care.
// So I have been very careful to take care of 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();
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
// To be continued.
We have been together