1
0
mirror of https://github.com/deuill/go-php.git synced 2024-09-21 08:50:45 +00:00
go-php/test/echo.php

7 lines
67 B
PHP

<?php
/**
* Simple Hello World PHP test.
*/
echo 'Hello World';