85 B
85 B
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";