Last active
April 8, 2021 14:52
-
-
Save kristos80/0a2b444396544ba6021c75c943bae0de to your computer and use it in GitHub Desktop.
Implementation of a quine program in PHP
This file contains 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
<?=file_get_contents(__FILE__)?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment