mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 22:53:41 +01:00
4 lines
40 B
PHP
4 lines
40 B
PHP
|
<?php
|
||
|
|
||
|
$name = "Max Muster";
|
||
|
echo $name;
|