coding.exercices/beginning.php
2021-10-26 12:58:24 +02:00

7 lines
62 B
PHP

<?php
$variable1 = 'endmove';
echo "Bonjour $variable1";