codecrumbs/example-project/languages/php-lang.php

5 lines
78 B
PHP

<?php
//cc:main function
echo "Hello World!";
echo "PHP is so easy!";
?>