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