Created
November 10, 2015 17:06
-
-
Save migreyes/283e9bc85a40509d5708 to your computer and use it in GitHub Desktop.
UCLLC Love Algorithm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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