This repository has been archived on 2024-04-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
DeezCycle/controleurs/creerPartie_controleur.php
2024-04-15 12:35:33 +02:00

17 lines
98 B
PHP

<?php
function creerPartie($nbCartesVertes, $nbCartesOranges, $nbCartesNoires) {
}
?>