mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 07:03:41 +01:00
5 lines
40 B
PHP
5 lines
40 B
PHP
|
<?php
|
||
|
|
||
|
$x = 1.5;
|
||
|
$y = 2.3;
|
||
|
echo $x + $y;
|