Last active
June 7, 2021 10:43
-
-
Save BasToTheMax/f9b6a4f42064b829c4fa1c56e4041006 to your computer and use it in GitHub Desktop.
PHP - Basic
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
<?php | |
echo("Hello, World!"); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment