rosavox/lib/alveolata/random/test.php
2025-05-23 07:33:29 +00:00

8 lines
115 B
PHP

<?php
require_once(__DIR__ . '/functions.php');
print(sprintf("%s\n", \alveolata\random\generate_text()));
?>