4 lines
30 B
PHP
4 lines
30 B
PHP
|
|
<?php
|
||
|
|
echo 'hello word!';
|
||
|
|
?>
|