mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 14:43:42 +01:00
5 lines
55 B
PHP
5 lines
55 B
PHP
<?php
|
|
|
|
echo "Hallo ";
|
|
$name = "Max Muster";
|
|
echo $name; |