From 5f4d3571b3cc1ced6e49d0bfd85744968661e78e Mon Sep 17 00:00:00 2001 From: xiaoyiivy Date: Fri, 19 May 2017 20:40:56 +0800 Subject: [PATCH] myLover --- For junling | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 For junling diff --git a/For junling b/For junling new file mode 100644 index 00000000..f4f0755f --- /dev/null +++ b/For junling @@ -0,0 +1,100 @@ + + + + Our Love Story + + + + + + + + + +
+
+
+ /**
+ * We are both in njust,
+ * today is 5.20,so I write some code to celebrate this day.
+ */
+ Boy i = new Boy("yihang Wu");
+ Girl u = new Girl("junling Zhang");
+ // Mar 21, 2017, I told you I love you and i want to be with you forever.
+ i.love(u);
+ // Unluckily, you haven't accepted me.
+ u.accepted();
+ // Even though, I miss u every day.
+ i.miss(u);
+ // And also want to take care of u and my love.
+ i.takeCareOf(u);
+ // You say that you won't be so easy to be with me.
+ // So I keep waiting and I don't care about that.
+ boolean isHesitate = true;
+ while (isHesitate) {
+ i.waitFor(u);
+ // I think it is an important decision
+ // and you should think it over.
+ isHesitate = u.thinkOver();
+ }
+ // After a romantic wedding, we will live happily ever after.
+ i.marry(u);
+ i.liveHappilyWith(u);
+
+
+ +
+
+ Minyue, I have fallen in love with you for +
+
+
+ Love u forever and ever.
+
- hackerzhou
+
+
+
+
+ +
+ + +