Files
archived-presentations/slides/hello.php
2002-06-30 00:25:26 +00:00

4 lines
38 B
PHP

<?php
echo "Hello World<br />\n";
?>