coding.exercices/beginning.php

7 lines
62 B
PHP
Raw Normal View History

2021-10-26 12:58:24 +02:00
<?php
$variable1 = 'endmove';
echo "Bonjour $variable1";