mirror of
https://github.com/sigmasternchen/useful-api.org
synced 2025-03-15 16:08:55 +00:00
5 lines
69 B
PHP
5 lines
69 B
PHP
<?php
|
|
|
|
return function (array $context) {
|
|
echo "Hello World";
|
|
};
|