/**
* We are both IT workers,
* so I write some code to celebrate our 1st anniversary.
*/
Boy i = new DaShu("H");
Girl u = new YiYi("K");
// June 23, 2017, we hand in hand in the alleyway.
i.hand(u);
// You suddenly kissed me.
u.kiss(i);
// 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 won't be so easy to be together with me.
// So I keep waiting and I have confidence that you will.
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 year, I still love you, and want to live happily with you.
i.stillLove(u);
i.wantToLiveHappilyWith(u);
...
* We are both IT workers,
* so I write some code to celebrate our 1st anniversary.
*/
Boy i = new DaShu("H");
Girl u = new YiYi("K");
// June 23, 2017, we hand in hand in the alleyway.
i.hand(u);
// You suddenly kissed me.
u.kiss(i);
// 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 won't be so easy to be together with me.
// So I keep waiting and I have confidence that you will.
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 year, I still love you, and want to live happily with you.
i.stillLove(u);
i.wantToLiveHappilyWith(u);
...
亲爱的依依,我们的快乐时光已经持续了
那个一直都在的      
- 大叔