/**
* We are both programmers,
* so I write some code to celebrate our 2nd anniversary.
*/
Boy i = new Boy("Dnyaneshwar");
Girl u = new Girl("Shraddha");
// 17, 12, 2021, I met you for the first time.
i.love(u);
// Luckily, you accepted me and became my wife.
u.accepted();
i.marry(u);
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
i.love(u);
// It's not the journey or the destination it's the company that matters.
// Thank you for being the best partner on this crazy ride called life.
i.liveHappilyWith(u);
Shraddha, I have fallen in love with you for
Love u forever and ever.
- Dnyaneshwar