add correction

This commit is contained in:
JARNOUEN DE VILLARTAY Ulysse (SAFRAN AIRCRAFT ENGINES)
2026-04-02 13:48:28 +02:00
parent eb2d8315f9
commit 6dd596e7b3
5 changed files with 113 additions and 55 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
<?php
function createPassword($n,$alphabet){
$length = strlen($alphabet);
$password = "";
return $password;
function createPassword($n,$alphabet) {
$length = strlen($alphabet);
$password = "";
return $password;
}
?>