mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 02:28:41 +00:00
85 B
Executable File
85 B
Executable File
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";