PHP_DS_Project/index.php

7 lines
58 B
PHP
Raw Normal View History

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