Skip to content

Instantly share code, notes, and snippets.

@migreyes
Created November 10, 2015 17:06
Show Gist options
  • Save migreyes/283e9bc85a40509d5708 to your computer and use it in GitHub Desktop.
Save migreyes/283e9bc85a40509d5708 to your computer and use it in GitHub Desktop.
UCLLC Love Algorithm
# Set date variables.
today = new Date().getTime();
anniversary = Date.UTC(2015, 11, 10)
if today is anniversary
# Show love on anniversary
bryony.love(armin)
else
# On second thought, she loves him every day, regardless.
bryony.love(armin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment