Skip to content

Instantly share code, notes, and snippets.

@poberwong
Last active July 22, 2016 07:08
Show Gist options
  • Save poberwong/381ad63f99aae95d533c6046f6e03b16 to your computer and use it in GitHub Desktop.
Save poberwong/381ad63f99aae95d533c6046f6e03b16 to your computer and use it in GitHub Desktop.
Love letter by programmer to darling. I will complete all steps even if the distance between us is 1001 steps as long as you don't go backwards
let distance = 1001
let me = new Boy('Pober')
let you = new Girl(me.heart.getDarling())
while (distance > 0) {
you.waitingForMe()
me.goTowardYou()
distance--
}
me.kiss(you)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment