coding.exercices/beginning.php

7 lines
62 B
PHP

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