PHP_DS_Project/index.php

7 lines
58 B
PHP
Raw Normal View History

2024-08-31 07:12:45 +02:00
<?php
$school = "Bradavice";
echo("něco $school");
?>