/**
* I am programmers,
* so I write some code to celebrate our 1st anniversary.
*/
Boy i = new Boy("jianfengZhang");
Girl u = new Girl("guiyanWang");
// Nov 2, 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);
// You say that you will marry me.
// So I am very cherish and Time will tell us the answer.
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);
* I am programmers,
* so I write some code to celebrate our 1st anniversary.
*/
Boy i = new Boy("jianfengZhang");
Girl u = new Girl("guiyanWang");
// Nov 2, 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);
// You say that you will marry me.
// So I am very cherish and Time will tell us the answer.
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);
Cat, I have fallen in love with you for
Love u forever and ever.
- BlankCat