mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-03-27 09:18:40 +00:00
85 B
Executable File
85 B
Executable File
<?php
$message = 'Hello World!';
echo $message;
echo "following a blank line";