Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <?php echo(rand() . "<br>"); echo(rand() . "<br>"); echo(rand(10,100)); ?> </body> </html>
512549293
1132363175
79