/**
* we've been together for a long time,
* So I stole some code to celebrate our 200th day.
*/
Boy i = new Boy("WangWang");
Girl u = new Girl("JunJun");
// Mar 6, 2022, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend ever since.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// Thank you for your love and everything you've given me these days.
// I hope that one day in the future, our love will have a happy ending.
i.marry(u);
i.liveHappilyWith(u);
// We won't be separated unless the earth explodes.
boolean earthExploded = false;
while (!earthExploded) {
i.love(u);
// I hope you can do the same for me.
u.love(i);
}
JunJun, I have fallen in love with you for
Love u forever and ever.
- WangWang