5 lines
31 B
PHP
5 lines
31 B
PHP
|
<?php
|
||
|
echo "Hello world!
|
||
|
";
|
||
|
?>
|