1
0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__serveur-vote-lalis/test.php
2022-09-23 15:33:28 +02:00

9 lines
89 B
PHP

<?php
require "methods/schulzeResults.php";
$vote = new schulze;
$vote->test();
?>