Skip to content

Instantly share code, notes, and snippets.

@missoxd
Last active March 29, 2019 05:06
Show Gist options
  • Save missoxd/e04ae5d7865d0bb98aeec02e8b5fecc0 to your computer and use it in GitHub Desktop.
Save missoxd/e04ae5d7865d0bb98aeec02e8b5fecc0 to your computer and use it in GitHub Desktop.
?
<?php
#
# O desconhecido sempre existirá, ele é ilimitado, mesmo quando não.
# The unknown will always exist, it is unlimited, even when it is not.
# -- Misso Marchewsky, 2019-03-29 02:00:00
#
while (true) {
$knowledge++;
if ($knowledge === $end_of_the_unknown) {
die('you know everything');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment