/**
* Our love story began at Feb, 2016, XDU,
* and continues to grow with each passing day.
*/
Boy i = new Boy("Yee");
Girl u = new Girl("Shao");
// On a day painted with courage and hope, I said:
i.love(u);
// You made me the happiest man by saying yes
Love ourLove = u.accepted();
// Seasons turned, we became soulmates and a family
Family ourFamily = i.marry(u);
// In a magical moment, our lovely daughter joined us
Baby daughter = ourLove.createMiracle("Princess");
// With another heartbeat, our precious son completed us
Baby son = ourLove.createMiracle("Prince");
// Our love story continues to write itself
while(true) {
i.loveAndCherish(u);
i.takeGoodCareOf(daughter, son);
ourFamily.growStronger();
ourLove.bloomLikeSpring();
}
// This is not just a love story, but our life journey together
// Forever and always ❤️
* Our love story began at Feb, 2016, XDU,
* and continues to grow with each passing day.
*/
Boy i = new Boy("Yee");
Girl u = new Girl("Shao");
// On a day painted with courage and hope, I said:
i.love(u);
// You made me the happiest man by saying yes
Love ourLove = u.accepted();
// Seasons turned, we became soulmates and a family
Family ourFamily = i.marry(u);
// In a magical moment, our lovely daughter joined us
Baby daughter = ourLove.createMiracle("Princess");
// With another heartbeat, our precious son completed us
Baby son = ourLove.createMiracle("Prince");
// Our love story continues to write itself
while(true) {
i.loveAndCherish(u);
i.takeGoodCareOf(daughter, son);
ourFamily.growStronger();
ourLove.bloomLikeSpring();
}
// This is not just a love story, but our life journey together
// Forever and always ❤️
Shao, I have fallen in love with you for
Love u forever and ever.
- Yee