first PHP commit

This commit is contained in:
2024-08-31 07:12:45 +02:00
commit ee6399e970
+7
View File
@@ -0,0 +1,7 @@
<?php
$school = "Bradavice";
echo("něco $school");
?>