rosavox/lib/alveolata/random/test.php

9 lines
115 B
PHP
Raw Normal View History

2025-05-23 07:33:29 +00:00
<?php
require_once(__DIR__ . '/functions.php');
print(sprintf("%s\n", \alveolata\random\generate_text()));
?>