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

9 lines
97 B
PHP
Raw Permalink Normal View History

2022-09-23 00:52:56 +02:00
<?php
2022-09-23 15:33:28 +02:00
require "methods/schulzeResults.php";
2022-09-23 00:52:56 +02:00
$vote = new schulze;
2022-09-23 16:06:03 +02:00
$vote->test($vote->v);
2022-09-23 15:33:28 +02:00
2022-09-23 00:52:56 +02:00
?>