Exemple #1
0
<?php

require_once 'src/code/LoxGen.php';
$result = LoxGen::main();
echo $result . "\n";