4 lines
29 B
PHP
4 lines
29 B
PHP
|
<?php
|
||
|
echo 'hello world';
|
||
|
?>
|