19:00 · 19 September 2013


Jingying, I have loved you for

Dear Jingying

You wanted to learn programming, so I wrote our 13th year in code.

  1. Boy i = new Boy("li");
  2. Girl u = new Girl("CynthiaHou");
  3. Sept 19, 2013I told you I love you.

    i.love(u);
  4. Luckily, you accepted, and stayed.

    u.accepted();
  5. Since then, I miss you every day.

    i.miss(u);
  6. And take care of you, and of our love.

    i.takeCareOf(u);
  7. May 16, 2015You said yes.

    i.marry(u);
  8. boolean isMarry = true;
  9. Warning: you have entered an endless loop.

    while (isMarry) {
  10. After the wedding, happily ever after.

    i.liveHappilyWith(u);
  11. }