Skip to content

Instantly share code, notes, and snippets.

@koriym
Created September 13, 2018 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koriym/cac71b479604505db68a3b1e2d18ffab to your computer and use it in GitHub Desktop.
Save koriym/cac71b479604505db68a3b1e2d18ffab to your computer and use it in GitHub Desktop.
Happy Programmer's day !
<?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