/**
* We are both PKUers, We met each other by coincidence
* I wanna write some code to remember our flash dating.
*/
Boy i = new Boy("Shawn");
Girl u = new Girl("Sherry");
// April 13, 2019, I fell in love with you.
i.love(u);
// Luckily, you accepted and became my girlfriend.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// We will be happy straight to the end.
i.toBeContinued(u);
Sherry, I have fallen in love with you for
Love u forever and ever.
- Star