4 lines
36 B
Text
4 lines
36 B
Text
|
<?php
|
||
|
print("Hello {$world}");
|
||
|
?>
|