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