##
# I am a programmer
# so I write code to celebrate this day in coder's way.
##
const i = new Boy("sheng sheng");
const u = new Girl("fang fang");
# Long long ago, when we are child, we met for the first time.
i.meet(u, time="long long ago")
# 2 19, 2024, We added friends in wechat With the help of family members.
i.add(u)
# 3 02, 2024, We met for the first formal and went to see a concert.
i.meet(u, time="this year")
# Afterwards, I confessed to you, and you gave me a title.
i.confess(u)
# 3 10, 2024, You became my girlfriend.
u.accepted(i)
# Since then, we spent harmony happiness life every day.
happy(u, i)
# We greet each other.
greet(u, i)
# We accompany each other to sleep.
sleep(u, i)
# We enjoy cuisine together.
dine(u, i)
# We enjoy appointment together.
appoint(u, i)
# We enjoy vacation together.
vacation(u, i)
# Sometimes there are a few conflicts between us.
conflict(u, i, sometimes=true)
# But we are getting more and more in harmony together.
u.in_harmony_with(i)
i.in_harmony_with(u)
# You are the greatest love of my life.
while true:
if u.with(i):
u = everything
else:
everything = u
# Waiting me marries you, we will be the happiest couple in the world.
i.marry(u, in_the_future=true)
i.live_happily_forever_with(u)
# I love you forever.
Fang, We have met for
Love u forever and ever.