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