4 lines
32 B
PHP
4 lines
32 B
PHP
|
|
<?php
|
||
|
|
echo "hello world\n";
|
||
|
|
?>
|