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