Created
September 13, 2018 12:09
-
-
Save koriym/cac71b479604505db68a3b1e2d18ffab to your computer and use it in GitHub Desktop.
Happy Programmer's day !
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
<?php | |
// @see https://en.wikipedia.org/wiki/Day_of_the_Programmer | |
if (date("z") + 1 === 256) { | |
echo "Happy Programmer's day !" . PHP_EOL; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment