/**
* April 15, 2019, meeting you was the best time,
* from then on, our story began.
*/
Boy i = new Boy("pross");
Girl u = new Girl("rona");
i.met(u);
// Aug 3, 2019, I professed my love to you.
i.love(u);
// Luckily, you accepted and became my girlfriend.
u.accepted();
// I'm pleased as punch,
// I miss u every day, and take care of u and our love.
i.miss(u);
i.takeCareOf(u);
// We will always be together,
boolean isTime = false;
while(!isTime){
// and go through a lot of things with you.
i.with(u).experience().grow();
isTime = i.with(u).waitingTime();
}
// As time goes by, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);